Skip to content

Commit

Permalink
Update the ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 10, 2023
1 parent f00da97 commit 5c42ee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- run: nix build -L .#checks.x86_64-linux.aeneas-tests
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-fstar
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-coq
# HOL4 can be reactivated
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
# Lean doesn't work with Nix
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-lean
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
lean: # Lean isn't supported by Nix, so we need to add extra steps
runs-on: [ubuntu-latest]
steps:
Expand Down

0 comments on commit 5c42ee7

Please sign in to comment.