Skip to content

Commit 3beb94b

Browse files
committed
fix targets and components list
1 parent b4a574f commit 3beb94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
if: steps.cache-rustup-restore.outputs.cache-hit != 'true'
2929
uses: dtolnay/rust-toolchain@nightly
3030
with:
31-
targets: "x86_64-unknown-none"
32-
components: "rustfmt, clippy"
31+
targets: x86_64-unknown-none
32+
components: rustfmt, clippy
3333

3434
- name: Cache Build
3535
uses: Swatinem/rust-cache@v2.5.0

0 commit comments

Comments
 (0)