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 (#1095)

Description
add env RUSTUP_PERMIT_COPY_RENAME to fix cross-device link errors

Motivation and Context
Enable CI testing for stable

How Has This Been Tested?
---

What process can a PR reviewer use to test or verify this change?
---


Breaking Changes
---

- [x] None
- [ ] Requires data directory to be deleted
- [ ] Other - Please specify
  • Loading branch information
leet4tari authored Jul 26, 2024
1 parent 3824612 commit 1c35d75
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 1c35d75

Please sign in to comment.