Skip to content

Commit

Permalink
chore(workflows/release.yml): add missing linux install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen authored Jul 24, 2023
1 parent 87296d1 commit b824a3d
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 @@ -54,7 +54,7 @@ jobs:

- name: Install dependencies (linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y gcc-aarch64-linux-gnu
run: sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
shell: bash

- name: Build (unix)
Expand Down

0 comments on commit b824a3d

Please sign in to comment.