mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
Simplify the workflow a little
This commit is contained in:
parent
dfc23ee557
commit
bb50887bae
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -49,10 +49,6 @@ jobs:
|
||||
run: |
|
||||
go build -tags=example -v ./...
|
||||
env GOOS=js GOARCH=wasm go build -tags=example -v ./...
|
||||
|
||||
- name: go build (Windows)
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: |
|
||||
env GOOS=windows GOARCH=amd64 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user