mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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=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)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user