mirror of https://github.com/Xhofe/alist
build: specify xgo version
parent
a7a0e85a46
commit
293d574ce7
|
@ -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…
Reference in New Issue