mirror of https://github.com/Xhofe/alist
Update build.yml
parent
e62b2b31b5
commit
179850211a
|
@ -25,6 +25,9 @@ jobs:
|
|||
- android-arm64
|
||||
name: Build
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
|
@ -36,7 +39,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23.4'
|
||||
go-version: '1.22'
|
||||
|
||||
- name: Setup web
|
||||
run: bash build.sh dev web
|
||||
|
|
Loading…
Reference in New Issue