CI: use cargo sparse registry
This commit is contained in:
parent
e0982da03a
commit
75bbe38e53
1 changed files with 3 additions and 0 deletions
3
src/tools/miri/.github/workflows/ci.yml
vendored
3
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -12,6 +12,9 @@ on:
|
|||
schedule:
|
||||
- cron: '5 15 * * *' # At 15:05 UTC every day.
|
||||
|
||||
env:
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue