Skip to content

Commit d794b7b

Browse files
committed
Fix setup-rust-toolchain with.target
The old `dtolnay` action used `targets` here, and there is no up-front validation of the schema, so this was easy to miss when making the previous change.
1 parent 1d5a3a1 commit d794b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up cargo
4444
uses: actions-rust-lang/setup-rust-toolchain@v1
4545
with:
46-
targets: aarch64-apple-darwin,x86_64-apple-darwin
46+
target: aarch64-apple-darwin,x86_64-apple-darwin
4747
- name: Cargo Cache
4848
uses: Swatinem/rust-cache@v2
4949
- name: Compile and package Volta

0 commit comments

Comments
 (0)