CI: use cargo sparse registry

This commit is contained in:
Ralf Jung 2022-09-25 09:41:44 +02:00
parent e0982da03a
commit 75bbe38e53

View file

@ -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 }}