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
@@ -28,7 +28,8 @@ jobs:
|
||||
|
||||
install: |
|
||||
apt-get update -q -y
|
||||
apt-get install -q -y build-essential libgtk-3-dev
|
||||
apt-get install -q -y build-essential libgtk-3-dev wget
|
||||
wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz
|
||||
tar -C /usr/local -xzf go1.19.4.linux-arm64.tar.gz
|
||||
echo "/usr/local/go/bin" >> $GITHUB_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user