mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: bug fix: NintendoSDK is available only with GOOS=linux
This commit is contained in:
parent
3f4e3ef41f
commit
f8395e234a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
rm flappy
|
||||
|
||||
- name: go build (NintendoSDK)
|
||||
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||
run: |
|
||||
go build -tags=example,nintendosdk -v ./...
|
||||
go build -tags=example,ebitencbackend -v ./... # For backward compatibility. Remove this in the future (#2190).
|
||||
|
Loading…
Reference in New Issue
Block a user