Skip to content

Commit

Permalink
fix build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jun 29, 2024
1 parent 5b0ffb2 commit 0beae1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ jobs:
run: |
${{ steps.bin.outputs.BIN_PATH }} list &>> $GITHUB_STEP_SUMMARY
- name: Install linux dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 0beae1e

Please sign in to comment.