mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
.github/workflows: fix the build tag name for NintendoSDK
Updates #2242
This commit is contained in:
parent
c3c4a5e9b7
commit
3f4e3ef41f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -98,10 +98,10 @@ jobs:
|
|||||||
file flappy
|
file flappy
|
||||||
rm flappy
|
rm flappy
|
||||||
|
|
||||||
- name: go build (cbackend)
|
- name: go build (NintendoSDK)
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
go build -tags=example,ebitenginecbackend -v ./...
|
go build -tags=example,nintendosdk -v ./...
|
||||||
go build -tags=example,ebitencbackend -v ./... # For backward compatibility. Remove this in the future (#2190).
|
go build -tags=example,ebitencbackend -v ./... # For backward compatibility. Remove this in the future (#2190).
|
||||||
|
|
||||||
- name: go test
|
- name: go test
|
||||||
|
Loading…
Reference in New Issue
Block a user