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
@@ -17,6 +17,8 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
initialize-release-job: