Skip to content

Commit 1e577a9

Browse files
committed
Undo silly Circle setting
1 parent 96233a3 commit 1e577a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ job: &JOB
3737
- run: apt-get update
3838
- run: ./test/add_target.sh
3939
- *RESTORE_REGISTRY
40-
- run: cargo generate-lockfile
40+
- run: git config --global --unset url."ssh://git@github.com".insteadOf
41+
- run: cargo generate-lockfile --verbose
4142
- *SAVE_REGISTRY
4243
- run: echo "${LIBRARY}-${VERSION}-${TARGET}" > ~/lib_key
4344
- *RESTORE_OPENSSL

0 commit comments

Comments
 (0)