Skip to content

Commit

Permalink
fix: add more build deps for arm7
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 23, 2024
1 parent 7a2d7eb commit 7f47e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Install build deps
if: ${{ matrix.build.target == 'armv7-unknown-linux-gnueabihf'}}
run: sudo apt-get install -y gcc-arm-linux-gnueabihf
run: sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross

- name: Install build deps
if: ${{ matrix.build.target == 'aarch64-unknown-linux-gnu'}}
Expand Down

0 comments on commit 7f47e0d

Please sign in to comment.