.github/workflow: fix syntax error

This commit is contained in:
Hajime Hoshi 2022-02-13 17:09:52 +09:00
parent ab1ad2c72f
commit 2c68124f0e

View File

@ -80,7 +80,7 @@ jobs:
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
- name: go build (cbackend)
if: ${{ !startsWith(matrix.os, 'windows-')
if: ${{ !startsWith(matrix.os, 'windows-') }}
run: |
go build -tags=example,ebitencbackend -v ./...