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
e2856f55f1
commit
49391cfc39
2
.github/workflows/steam.yml
vendored
2
.github/workflows/steam.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Go version
|
- name: Go version
|
||||||
id: go
|
id: go
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text)"
|
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text | head -n 1)"
|
||||||
|
|
||||||
- name: Docker run (386)
|
- name: Docker run (386)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user