From 3f4e3ef41fc6659c430c40ebf9888fa711e6972f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 18 Aug 2022 03:44:39 +0900 Subject: [PATCH] .github/workflows: fix the build tag name for NintendoSDK Updates #2242 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a6ccf63f..afa1509b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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