mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正build_release_extra.yml
This commit is contained in:
3
.github/workflows/build_release_extra.yml
vendored
3
.github/workflows/build_release_extra.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user