.github/workflows: clean up

Updates #2190
This commit is contained in:
Hajime Hoshi 2022-11-12 15:46:42 +09:00
parent 5caed29850
commit 3f9a2bff24
2 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,6 @@ jobs:
if: runner.os == 'Linux'
run: |
go build -tags=nintendosdk -v ./...
go build -tags=ebitencbackend -v ./... # For backward compatibility. Remove this in the future (#2190).
- name: go mod vendor
run: |

View File

@ -36,7 +36,7 @@ jobs:
go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Install dependencies
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev