Skip to content

Commit

Permalink
Revert the frama-c job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Feb 7, 2025
1 parent d0e7057 commit f5b0dab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ jobs:
mps-verify-frama-c:
runs-on: ubuntu-22.04
container: framac/frama-c:dev
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
- run: >
- name: Prove MPS Components
uses: addnab/docker-run-action@v3
with:
image: framac/frama-c:dev
options: -v ${{ github.workspace }}:/work -w /work
run: >
sudo apt-get update && sudo apt-get install -y z3 &&
why3 config detect &&
cd components/mission_protection_system/src &&
Expand Down

0 comments on commit f5b0dab

Please sign in to comment.