mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-12-18 20:35:48 +02:00
Permit cross-device copy
This commit is contained in:
parent
0b1efabc08
commit
1c0547fbe5
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ runs:
|
|||
|
||||
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
|
||||
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
|
||||
env:
|
||||
RUSTUP_PERMIT_COPY_RENAME: 1
|
||||
shell: bash
|
||||
|
||||
- run: rustup default ${{steps.parse.outputs.toolchain}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue