修正build_release_extra.yml

This commit is contained in:
e1732a364fed
2000-01-01 00:00:00 +00:00
parent 0b85efded3
commit af32681a29

View File

@@ -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)