.github/workflows: add wayland test

This commit is contained in:
Hajime Hoshi 2023-07-13 02:37:32 +09:00
parent a4c183c5d4
commit b837713262

View File

@ -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: |