Skip to content

Commit

Permalink
install gcc-multilib on x32
Browse files Browse the repository at this point in the history
  • Loading branch information
lzakharov committed Nov 17, 2023
1 parent c565d48 commit d15d12a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
architecture: ${{ matrix.arch }}

- if: matrix.arch == 'x32'
run: |
sudo apt-get install gcc-multilib
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit d15d12a

Please sign in to comment.