Skip to content

Commit

Permalink
Fix frama-c proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Feb 7, 2025
1 parent 53495b1 commit 625ec77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
image: framac/frama-c:dev
options: -v ${{ github.workspace }}:/work -w /work
run: |
apt-get update && apt-get install -y z3
why3 config detect
cd components/mission_protection_system/src
mkdir -p /tmp/wp-session/script
mkdir -p /tmp/wp-session/cache
frama-c --version
make -f frama_c.mk proofs
secure-boot-verify-cn:
Expand Down

0 comments on commit 625ec77

Please sign in to comment.