Skip to content

Commit

Permalink
Fix setup-rust-toolchain with.target
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chriskrycho committed Jan 18, 2024
1 parent 1d5a3a1 commit d794b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up cargo
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
targets: aarch64-apple-darwin,x86_64-apple-darwin
target: aarch64-apple-darwin,x86_64-apple-darwin
- name: Cargo Cache
uses: Swatinem/rust-cache@v2
- name: Compile and package Volta
Expand Down

0 comments on commit d794b7b

Please sign in to comment.