mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
.github/workflows: clean up
This commit is contained in:
@@ -168,8 +168,7 @@ jobs:
|
||||
env GOARCH=386 EBITENGINE_DIRECTX=version=12 go test -shuffle=on -v ./...
|
||||
|
||||
- name: go test (Wasm)
|
||||
# wasmbrowsertest doesn't work with Go 1.22 (agnivade/wasmbrowsertest#78).
|
||||
if: runner.os == 'Linux' && !startsWith(matrix.go, '1.22.')
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
# Disable AppArmor for Ubuntu 23.10+.
|
||||
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
|
||||
|
||||
Reference in New Issue
Block a user