mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 10:48:09 +00:00
fix: workflow go version
This commit is contained in:
parent
e214d1c212
commit
ca35192cdb
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: wangyoucao577/go-release-action@v1
|
||||
with:
|
||||
goversion: 1.20
|
||||
goversion: "1.20"
|
||||
md5sum: FALSE
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pre_command: "apt-get update && apt-get install --no-install-recommends -y pkg-config libasound2-dev libx11-dev && ./internal/misc/build_index.sh ./assets"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user