Skip to content

Commit

Permalink
add g++
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyGamerJet committed Apr 28, 2024
1 parent ca2b3f9 commit ce45caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,12 @@ jobs:
- name: go test (Linux 386)
if: runner.os == 'Linux'
run: |
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ppa-purge
sudo ppa-purge -y ppa:ubuntu-toolchain-r/test # Hack for 32bit Linux (#2667)
sudo apt-get install gcc-multilib
sudo apt-get install g++-multilib
sudo apt-get install libasound2-dev:i386 libgl1-mesa-dev:i386 libxcursor-dev:i386 libxi-dev:i386 libxinerama-dev:i386 libxrandr-dev:i386 libxxf86vm-dev:i386
env CGO_ENABLED=1 GOARCH=386 go test -shuffle=on -v -count=10 ./...
Expand Down

0 comments on commit ce45caf

Please sign in to comment.