From b8c5628e3bd659a4beeede52b2f0c3669321974b Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 23 Apr 2023 10:09:19 +0200 Subject: [PATCH] CI: fixes linux cross-compilation --- .github/workflows/artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 61eb671e..256a5084 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -22,7 +22,6 @@ jobs: - run: rustup update && rustup target add aarch64-unknown-linux-gnu - run: | sudo apt install -y g++-aarch64-linux-gnu - mkdir .cargo echo -e "[target.aarch64-unknown-linux-gnu]\nlinker = \"aarch64-linux-gnu-gcc\"" >> .cargo/config.toml - uses: Swatinem/rust-cache@v2 - run: cargo build --release