From 7e8584d57fd7779995e447b767629c9335bc6e14 Mon Sep 17 00:00:00 2001 From: Hannes <55623006+umgefahren@users.noreply.github.com> Date: Thu, 13 May 2021 14:15:51 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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