Skip to content

Commit

Permalink
Install gcc-aarch64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Jul 18, 2024
1 parent 4ff434e commit 64a84a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
with:
targets: "${{ matrix.target }}"
- uses: Swatinem/rust-cache@v2
- name: Install build-essential
run: sudo apt install -y build-essential
- name: Install GCC for aarch64
run: sudo apt install -y gcc-aarch64-linux-gnu
- name: Print versions
shell: bash
run: |
Expand Down

0 comments on commit 64a84a3

Please sign in to comment.