Skip to content

Commit 2659730

Browse files
committed
wip
1 parent 174d10d commit 2659730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
toolchain: stable
1717
targets: x86_64-unknown-linux-gnu
18-
override: ["targets"]
18+
override: "targets"
1919
components: rustfmt, clippy
2020

2121
- name: Set up cargo cache
@@ -54,14 +54,14 @@ jobs:
5454
with:
5555
toolchain: stable
5656
target: aarch64-apple-darwin
57-
override: ["targets"]
57+
override: "targets"
5858
components: rustfmt, clippy
5959
- name: Install Rust x86_64
6060
uses: dtolnay/rust-toolchain@stable
6161
with:
6262
toolchain: stable
6363
target: x86_64-apple-darwin
64-
override: ["targets"]
64+
override: "targets"
6565
components: rustfmt, clippy
6666
- name: Set up cargo cache
6767
uses: Swatinem/rust-cache@v2
@@ -99,7 +99,7 @@ jobs:
9999
# with:
100100
# toolchain: stable
101101
# target: aarch64-apple-darwin
102-
# override: ["targets"]
102+
# override: "targets"
103103
# components: rustfmt, clippy
104104
# - name: Set up cargo cache
105105
# uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)