Skip to content

Commit

Permalink
Merge branch 'master' into _update-deps/runtimeverification/evm-seman…
Browse files Browse the repository at this point in the history
…tics
  • Loading branch information
palinatolmach authored Oct 19, 2023
2 parents e1fc15d + b966121 commit 6d34ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: 'Build Docker image'
run: |
K_VERSION=$(cat deps/k_release)
docker build . --no-cache --tag ${TAG} --build-arg K_VERSION=${K_VERSION}
Z3_VERSION=$(cat deps/z3)
docker build . --no-cache --tag ${TAG} --build-arg K_VERSION=${K_VERSION} --build-arg Z3_VERSION=${Z3_VERSION}
- name: 'Run Docker image'
run: docker run --rm ${TAG} kontrol --help
Expand Down

0 comments on commit 6d34ffb

Please sign in to comment.