From 0c9b5cca2cbab5f34866ed5a4ede320a6d6c341d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 21 Sep 2023 13:06:08 +0900 Subject: [PATCH] .github/workflows: remove Wayland tests Updates #2759 --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d769cdaef..139e1bc07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |