Skip to content

Commit f7ccc83

Browse files
authored
Merge pull request #177 from dtolnay/permitcopyrename
Permit cross-device copy
2 parents 0b1efab + 1c0547f commit f7ccc83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ runs:
9191
9292
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
9393
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
9496
shell: bash
9597

9698
- run: rustup default ${{steps.parse.outputs.toolchain}}

0 commit comments

Comments
 (0)