mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
parent
5caed29850
commit
3f9a2bff24
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/vuln.yml
vendored
2
.github/workflows/vuln.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user