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