.github/workflows: remove Wayland tests

Updates #2759
This commit is contained in:
Hajime Hoshi 2023-09-21 13:06:08 +09:00
parent 2f835a0ee2
commit 0c9b5cca2c

View File

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