Skip to content

Commit

Permalink
add multilib install back
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 17, 2023
1 parent cc4ffb2 commit 4fc1296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:

- name: Install required tool
if: ${{ matrix.linux }}
run: sudo apt install -y binutils-aarch64-linux-gnu
run: |
sudo apt install -y binutils-aarch64-linux-gnu
sudo apt install -y gcc-multilib
- name: Make prebuilds
if: ${{ matrix.linux }}
Expand Down

0 comments on commit 4fc1296

Please sign in to comment.