Skip to content

Commit

Permalink
fix missing libs (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Apr 19, 2024
1 parent 20fc4a5 commit 7418358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Fix 32bit and arm64 libs
run: |
sudo apt-get install gcc-multilib g++-multilib
sudo apt-get update && sudo apt-get install gcc-multilib g++-multilib --fix-missing
- name: Build ${{ matrix.arch.arch }} ${{ matrix.precision }} ${{ matrix.features }}
uses: ./.github/actions/build
Expand Down

0 comments on commit 7418358

Please sign in to comment.