Skip to content

Commit

Permalink
CI: install needed arm64 cross-compilation tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 9, 2024
1 parent 8012766 commit b1f5ce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
restore-keys: |
${{ runner.os }}-build-konan-
- name: Install aarch64-linux-gnu-gcc
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Build binaries and assemble distribution
run: make dist

Expand Down

0 comments on commit b1f5ce0

Please sign in to comment.