Skip to content

Commit 2013f06

Browse files
authored
Merge pull request #1610 from ucsd-progsys/adinapoli/issue-1566-part-2
Install git & ssh before checking out the code on CircleCI
2 parents 79f5479 + 3e59f88 commit 2013f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
docker:
77
- image: fpco/stack-build:lts
88
steps:
9+
- run: apt-get update && apt-get install -y z3 git ssh
910
- checkout
1011
- add_ssh_keys
11-
- run: apt-get update && apt-get install -y z3 git ssh
1212
#- run: find .git
1313
#- run: sed -i '/fixpoint.git/a fetch = +refs/pull/*/head:refs/remotes/origin/pr/*' .git/modules/liquid-fixpoint/config
1414
- run: git submodule sync

0 commit comments

Comments
 (0)