Add missing gcc toolchain

This commit is contained in:
Filip Tibell 2023-05-06 09:18:41 +02:00
parent 0d1ab92b13
commit 8ceff5c1b6
No known key found for this signature in database

View file

@ -127,6 +127,7 @@ jobs:
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y musl-tools clang llvm sudo apt-get install -y musl-tools clang llvm
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Build binary - name: Build binary
run: cargo build --package lune-cli --locked --release --all-features --target ${{ matrix.cargo-target }} run: cargo build --package lune-cli --locked --release --all-features --target ${{ matrix.cargo-target }}