Skip to content

Commit

Permalink
fix: Set toolchain target correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Mar 4, 2024
1 parent 3b33020 commit d1864dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
toolchain: stable
- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
components: clippy, rustfmt
- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit d1864dd

Please sign in to comment.