Skip to content

Commit

Permalink
more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Jan 13, 2024
1 parent 111d55f commit a064f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: install aarch64 dependencies
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
run: sudo apt-get install build-essential gcc-aarch64-linux-gnu libc6-dev-arm64-cross g++-aarch64-linux-gnu
run: sudo apt-get install build-essential gcc-aarch64-linux-gnu libc6-dev-arm64-cross g++-aarch64-linux-gnu librust-addr2line-dev bintutils-aarch64-linux-gnu

- name: Rust toolchain
uses: dtolnay/[email protected]
Expand Down

0 comments on commit a064f70

Please sign in to comment.