mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 02:42:02 +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'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
go build -tags=nintendosdk -v ./...
|
go build -tags=nintendosdk -v ./...
|
||||||
go build -tags=ebitencbackend -v ./... # For backward compatibility. Remove this in the future (#2190).
|
|
||||||
|
|
||||||
- name: go mod vendor
|
- name: go mod vendor
|
||||||
run: |
|
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
|
go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
|
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