From af32681a29d12f0ffc66760081bb7bc702cca619 Mon Sep 17 00:00:00 2001 From: e1732a364fed <75717694+e1732a364fed@users.noreply.github.com> Date: Sat, 1 Jan 2000 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3build=5Frelease=5Fextra.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release_extra.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_release_extra.yml b/.github/workflows/build_release_extra.yml index 922be23..5528ecf 100644 --- a/.github/workflows/build_release_extra.yml +++ b/.github/workflows/build_release_extra.yml @@ -29,6 +29,9 @@ jobs: install: | apt-get update -q -y apt-get install -q -y build-essential libgtk-3-dev + tar -C /usr/local -xzf go1.19.4.linux-arm64.tar.gz + echo "/usr/local/go/bin" >> $GITHUB_PATH + run: | uname -a echo ::set-output name=uname::$(uname -a)