summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2023-11-10 16:40:10 +0100
committerSon Ho2023-11-10 16:40:10 +0100
commit865c49d33feeec34ceded80fbaa22c94625a4e91 (patch)
treef100aef18e5ecb7d8a591b2f2c2b46a69180db72
parentf6bb1983fbbc60ee8f3fd546348a4860688e5b5e (diff)
Update the ci.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 664dc674..dc6b64f6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,3 +17,8 @@ jobs:
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-coq
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-lean
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
+ # Lean isn't supported by Nix, so we need to add extra steps
+ # Install Elan (https://leanprover-community.github.io/install/linux.html)
+ - curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
+ # Verify
+ - cd tests/lean && make