Skip to content

Commit

Permalink
Add missing dep for stripping ARM32/Linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Aug 14, 2022
1 parent 24c47ff commit 1353348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y binutils-aarch64-linux-gnu
fi
if [[ ${{ matrix.target }} == arm-unknown-linux-gnueabihf ]]; then
sudo apt-get update
sudo apt-get install -y binutils-arm-linux-gnueabihf
fi
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 1353348

Please sign in to comment.