mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 17:32:02 +01:00
.github/workflows: add wayland test
This commit is contained in:
parent
a4c183c5d4
commit
b837713262
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -84,6 +84,12 @@ 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