Skip to content

Commit

Permalink
ci: set target in install-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 19, 2024
1 parent 0c2044b commit 2b017b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
targets: ${{ inputs.targets }}

- name: cache dependencies
uses: Swatinem/rust-cache@v2

0 comments on commit 2b017b5

Please sign in to comment.