Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 27, 2024
1 parent 726b3c2 commit 105894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- uses: mhils/workflows/setup-python@v12 # PyO3 wants recent Python on Windows.
- run: rustup toolchain install ${{ inputs.rust-version }} --profile minimal
- run: rustup toolchain install ${{ inputs.rust-version }} --profile minimal ${{ inputs.toolchain-args }}
shell: bash
- run: rustup default ${{ inputs.rust-version }}
shell: bash
Expand Down

0 comments on commit 105894a

Please sign in to comment.