mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: bug fix: the format of go.dev/VERSION has changed
This commit is contained in:
parent
2de54c556b
commit
f9d8834d2d
2
.github/workflows/steam.yml
vendored
2
.github/workflows/steam.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Go version
|
- name: Go version
|
||||||
id: go
|
id: go
|
||||||
run: |
|
run: |
|
||||||
echo "version=$(curl --location https://go.dev/VERSION?m=text)" >> $GITHUB_OUTPUT
|
echo "version=$(curl --location https://go.dev/VERSION?m=text | head -n 1)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Docker run (amd64)
|
- name: Docker run (amd64)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user