mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 01:42:05 +01:00
.github/workflow: fix syntax error
This commit is contained in:
parent
ab1ad2c72f
commit
2c68124f0e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
|
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
|
||||||
|
|
||||||
- name: go build (cbackend)
|
- name: go build (cbackend)
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-')
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
go build -tags=example,ebitencbackend -v ./...
|
go build -tags=example,ebitencbackend -v ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user