build: specify xgo version
This commit is contained in:
parent
a7a0e85a46
commit
293d574ce7
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: alist
|
path: alist
|
||||||
|
|
||||||
- name: Install upx
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
docker pull crazymax/xgo:latest
|
docker pull crazymax/xgo:1.18.0
|
||||||
go install github.com/crazy-max/xgo@latest
|
go install github.com/crazy-max/xgo@v0.13.0
|
||||||
sudo apt install upx
|
sudo apt install upx
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user