Skip to content

Commit

Permalink
Correct name of rust target option
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMan99 committed Apr 6, 2024
1 parent 4c8389b commit 79b7ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.config.rust_target }}
target: ${{ matrix.config.rust_target }}
- uses: Swatinem/rust-cache@v2
with:
key: "${{ matrix.config.rust_target }}-${{ steps.toolchain.outputs.cachekey }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.config.rust_target }}
target: ${{ matrix.config.rust_target }}
- uses: Swatinem/rust-cache@v2
with:
key: "${{ matrix.config.rust_target }}-${{ steps.toolchain.outputs.cachekey }}"
Expand Down

0 comments on commit 79b7ef8

Please sign in to comment.