Skip to content

Commit

Permalink
install missing deps in frama-c image
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Feb 7, 2025
1 parent 625ec77 commit 702f5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
image: framac/frama-c:dev
options: -v ${{ github.workspace }}:/work -w /work
run: |
apt-get update && apt-get install -y z3
sudo apt-get update && sudo apt-get install -y z3
why3 config detect
cd components/mission_protection_system/src
mkdir -p /tmp/wp-session/script
Expand Down

0 comments on commit 702f5ca

Please sign in to comment.