.github/workflows: clean up

This commit is contained in:
Hajime Hoshi
2025-03-24 00:00:11 +09:00
parent 8da732c1ea
commit 40abc10fd5
+1 -2
View File
@@ -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