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 29, 2024
1 parent 3377e9c commit d42187c
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 @@ -123,6 +123,8 @@ jobs:
# on stable Rust.
name: cargo check with stable
runs-on: [self-hosted, ubuntu-high-cpu]
env:
RUSTUP_PERMIT_COPY_RENAME: true
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d42187c

Please sign in to comment.