ci: use sparse crates.io registries in CI (#1057)

This commit is contained in:
Clement Tsang
2023-03-12 15:43:30 -04:00
committed by GitHub
parent c2d66af72f
commit 7f4e762921
6 changed files with 9 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}