We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0982da commit 75bbe38Copy full SHA for 75bbe38
1 file changed
src/tools/miri/.github/workflows/ci.yml
@@ -12,6 +12,9 @@ on:
12
schedule:
13
- cron: '5 15 * * *' # At 15:05 UTC every day.
14
15
+env:
16
+ CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
17
+
18
jobs:
19
build:
20
runs-on: ${{ matrix.os }}
0 commit comments