diff options
author | Son Ho | 2023-11-10 16:40:10 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 16:40:10 +0100 |
commit | 865c49d33feeec34ceded80fbaa22c94625a4e91 (patch) | |
tree | f100aef18e5ecb7d8a591b2f2c2b46a69180db72 /.github/workflows | |
parent | f6bb1983fbbc60ee8f3fd546348a4860688e5b5e (diff) |
Update the ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |