We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1efab + 1c0547f commit f7ccc83Copy full SHA for f7ccc83
action.yml
@@ -91,6 +91,8 @@ runs:
91
92
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
93
run: rustup toolchain install ${{steps.parse.outputs.toolchain}}${{steps.flags.outputs.targets}}${{steps.flags.outputs.components}} --profile minimal${{steps.flags.outputs.downgrade}} --no-self-update
94
+ env:
95
+ RUSTUP_PERMIT_COPY_RENAME: 1
96
shell: bash
97
98
- run: rustup default ${{steps.parse.outputs.toolchain}}
0 commit comments