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 30ec4b6 commit 3e59f88Copy full SHA for 3e59f88
.circleci/config.yml
@@ -6,9 +6,9 @@ jobs:
6
docker:
7
- image: fpco/stack-build:lts
8
steps:
9
+ - run: apt-get update && apt-get install -y z3 git ssh
10
- checkout
11
- add_ssh_keys
- - run: apt-get update && apt-get install -y z3 git ssh
12
#- run: find .git
13
#- run: sed -i '/fixpoint.git/a fetch = +refs/pull/*/head:refs/remotes/origin/pr/*' .git/modules/liquid-fixpoint/config
14
- run: git submodule sync
0 commit comments