mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 06:24:27 +01:00
parent
0ab214b018
commit
556ec7053a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
|||||||
go test -shuffle=on -v -p=1 ./...
|
go test -shuffle=on -v -p=1 ./...
|
||||||
|
|
||||||
- name: go test (Linux 386)
|
- name: go test (Linux 386)
|
||||||
if: runner.os == 'Linux'
|
if: false # This is tempoarily disabled due to an issue in GitHub Actions (#2667).
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user