Skip to content

Commit

Permalink
try removing apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyGamerJet committed Apr 29, 2024
1 parent affe657 commit 6e6f69e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ jobs:
- name: go test (Linux 386)
if: runner.os == 'Linux'
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gcc-multilib
sudo apt-get install g++-multilib
env CGO_ENABLED=1 GOARCH=386 go test -shuffle=on -v -count=10 ./...
env CGO_ENABLED=1 CC=i386-linux-gnu-gcc CXX=i386-linux-gnu-g++ GOOS=linux GOARCH=386 go test -shuffle=on -v -count=10 ./...
- name: go test race
if: ${{ !startsWith(matrix.go, '1.18.') && !startsWith(matrix.go, '1.19.') }}
Expand Down

0 comments on commit 6e6f69e

Please sign in to comment.