Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Aug 25, 2024
1 parent 096fd7f commit 94abb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
usesh: true
release: 13.2
prepare: |
pkg install -y node wget curl git go121 gcc bash gawk gsed
ln -s /usr/local/bin/go121 /usr/local/bin/go
pkg install -y node wget curl git go122 gcc bash gawk gsed
ln -s /usr/local/bin/go122 /usr/local/bin/go
run: |
export LATEST_APP=$(wget -qO- https://api.github.com/repos/alist-org/alist/tags | gawk -F '["v]' '/name/{print "v"$5;exit}')
git clone -b $LATEST_APP https://github.com/alist-org/alist
Expand Down

0 comments on commit 94abb4f

Please sign in to comment.