Skip to content

Commit

Permalink
fix: add g++-aarch64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Oct 11, 2023
1 parent 4d08255 commit 7e36871
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 @@ -71,7 +71,7 @@ jobs:

- name: Install AArch64 target toolchain
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get install gcc-aarch64-linux-gnu libc6-dev-arm64-cross
run: sudo apt-get install gcc-aarch64-linux-gnu libc6-dev-arm64-cross g++-aarch64-linux-gnu

- name: Install ARM target toolchain
if: matrix.target == 'arm-unknown-linux-gnueabihf'
Expand Down

0 comments on commit 7e36871

Please sign in to comment.