summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSon Ho2023-11-10 17:04:16 +0100
committerSon Ho2023-11-10 17:04:16 +0100
commit5c42ee7194833679264583cf81b0c32898fbb9f2 (patch)
tree2e449baa863313f451e19d70a0950ccea785cc8f /.github
parentf00da97a17e4d8445fc74303b907b57b1fbddb1e (diff)
Update the ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a00c6a24..7609ee29 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: