mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +01:00
parent
2f835a0ee2
commit
0c9b5cca2c
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -87,12 +87,6 @@ jobs:
|
|||||||
env GOOS=windows GOARCH=arm go build -v ./...
|
env GOOS=windows GOARCH=arm go build -v ./...
|
||||||
env GOOS=windows GOARCH=arm64 go build -v ./...
|
env GOOS=windows GOARCH=arm64 go build -v ./...
|
||||||
|
|
||||||
- name: go build (Wayland)
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libwayland-dev libxkbcommon-dev
|
|
||||||
go build -v -tags=wayland ./...
|
|
||||||
|
|
||||||
- name: go build (macOS)
|
- name: go build (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user