Skip to content

Commit

Permalink
Fix docker CI??
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Jun 29, 2024
1 parent 1a577db commit 1b23d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
run: |
rm -rf _opam
docker run --name deps ${{ env.DOCKER_TEST_TAG }} bash -c "opam clean"
docker cp deps:/home/opam/app/_opam ./
docker cp deps:/home/opam/app/Gillian/_opam ./
docker rm deps
deploy-docs:
Expand Down

0 comments on commit 1b23d97

Please sign in to comment.