Skip to content

Commit

Permalink
ci(fix): add env RUSTUP_PERMIT_COPY_RENAME to fix cross-device link e…
Browse files Browse the repository at this point in the history
…rrors
  • Loading branch information
leet4tari committed Jul 26, 2024
1 parent 3824612 commit e7a3c9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
build-stable:
name: check stable
runs-on: [ self-hosted, ubuntu-high-cpu ]
env:
RUSTUP_PERMIT_COPY_RENAME: true

steps:
- name: checkout
Expand Down

0 comments on commit e7a3c9d

Please sign in to comment.