We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96233a3 commit 1e577a9Copy full SHA for 1e577a9
.circleci/config.yml
@@ -37,7 +37,8 @@ job: &JOB
37
- run: apt-get update
38
- run: ./test/add_target.sh
39
- *RESTORE_REGISTRY
40
- - run: cargo generate-lockfile
+ - run: git config --global --unset url."ssh://git@github.com".insteadOf
41
+ - run: cargo generate-lockfile --verbose
42
- *SAVE_REGISTRY
43
- run: echo "${LIBRARY}-${VERSION}-${TARGET}" > ~/lib_key
44
- *RESTORE_OPENSSL
0 commit comments