Skip to content

Commit

Permalink
ci:update action test arch 386
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone committed Oct 12, 2023
1 parent ecd6872 commit 492a33b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: sudo apt-get install --fix-missing gcc-multilib
- run: |
dpkg -L gcc-multilib
sudo apt-get update
sudo apt-get install --fix-missing gcc-multilib
- name: Build
run: make build
Expand Down

0 comments on commit 492a33b

Please sign in to comment.