diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d6dd09b..9a09193 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -51,7 +51,7 @@ jobs: with: toolchain: nightly override: true - targets: aarch64-apple-darwin, aarch64-apple-ios + target: aarch64-apple-darwin, aarch64-apple-ios components: rustfmt, clippy - name: Run cargo test