Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 6, 2024
1 parent 7205fb4 commit 3d7496f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
# CXX: clang++
- CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++-11
LINKER: aarch64-linux-gnu-ld
steps:
- name: Clone the git repo
uses: actions/checkout@v4
Expand All @@ -92,7 +93,7 @@ jobs:

- if: ${{ contains(matrix.CC, 'aarch64') }}
name: Install dependencies (aarch64)
run: sudo apt-get -y install gcc-aarch64-linux-gnu g++-11-aarch64-linux-gnu
run: sudo apt-get -y install gcc-aarch64-linux-gnu g++-11-aarch64-linux-gnu binutils-aarch64-linux-gnu

- name: Build sources
env:
Expand Down

0 comments on commit 3d7496f

Please sign in to comment.