File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
toolchain : stable
17
17
targets : x86_64-unknown-linux-gnu
18
- override : [ "targets"]
18
+ override : " targets"
19
19
components : rustfmt, clippy
20
20
21
21
- name : Set up cargo cache
@@ -54,14 +54,14 @@ jobs:
54
54
with :
55
55
toolchain : stable
56
56
target : aarch64-apple-darwin
57
- override : [ "targets"]
57
+ override : " targets"
58
58
components : rustfmt, clippy
59
59
- name : Install Rust x86_64
60
60
uses : dtolnay/rust-toolchain@stable
61
61
with :
62
62
toolchain : stable
63
63
target : x86_64-apple-darwin
64
- override : [ "targets"]
64
+ override : " targets"
65
65
components : rustfmt, clippy
66
66
- name : Set up cargo cache
67
67
uses : Swatinem/rust-cache@v2
99
99
# with:
100
100
# toolchain: stable
101
101
# target: aarch64-apple-darwin
102
- # override: [ "targets"]
102
+ # override: "targets"
103
103
# components: rustfmt, clippy
104
104
# - name: Set up cargo cache
105
105
# uses: Swatinem/rust-cache@v2
You can’t perform that action at this time.
0 commit comments