Skip to content

Commit 75bbe38

Browse files
committed
CI: use cargo sparse registry
1 parent e0982da commit 75bbe38

File tree

1 file changed

+3
-0
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-0
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
schedule:
1313
- cron: '5 15 * * *' # At 15:05 UTC every day.
1414

15+
env:
16+
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
17+
1518
jobs:
1619
build:
1720
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)