diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc9716faa..802ecfafe 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -84,6 +84,7 @@ jobs: matrix: job: - { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } + - { name: "Linux-aarch64", target: aarch64-unknown-linux-musl, os: ubuntu-latest, use-cross: true, skip-tests: true } - { name: "macOS-x86_64", target: x86_64-apple-darwin, os: macOS-latest } - { name: "macOS-aarch64", target: aarch64-apple-darwin, os: macOS-latest, skip-tests: true } @@ -116,6 +117,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: target: ${{ matrix.job.target }} + cache: false - name: Setup | Install cargo-wix [Windows] continue-on-error: true