mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
.github/workflows: clean up
This commit is contained in:
parent
ee595659e7
commit
c00d348c3d
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -87,9 +87,6 @@ jobs:
|
||||
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=amd64 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=arm go build -tags=example -v ./...
|
||||
|
||||
- name: go build (Windows ARM64)
|
||||
run: |
|
||||
env GOOS=windows GOARCH=arm64 go build -tags=example -v ./...
|
||||
|
||||
- name: go build (macOS)
|
||||
|
Loading…
Reference in New Issue
Block a user