.github/workflows: fix the build tag name for NintendoSDK

Updates #2242
This commit is contained in:
Hajime Hoshi 2022-08-18 03:44:39 +09:00
parent c3c4a5e9b7
commit 3f4e3ef41f

View File

@ -98,10 +98,10 @@ jobs:
file flappy
rm flappy
- name: go build (cbackend)
- name: go build (NintendoSDK)
if: ${{ !startsWith(matrix.os, 'windows-') }}
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).
- name: go test