Skip to content

Commit

Permalink
ci: wip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent 5760caf commit 62e1ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs:
name: Install minimal rust toolchain with clippy and rustfmt
with:
profile: minimal
toolchain: $RUST_TOOLCHAIN
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: rustfmt, clippy
default: true

0 comments on commit 62e1ffe

Please sign in to comment.