From 2a9668b9f5eaf47a17470cfad699215202399916 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 26 Apr 2023 10:43:19 +0200 Subject: [PATCH] x86_64-unknown-linux-gnu on ubuntu runner --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7af8e1bcb..80f7c9a3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - target: aarch64-apple-darwin + target: x86_64-unknown-linux-gnu override: true components: rustfmt, clippy