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 8471e87 commit e3dc600
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ 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
lean: # Lean isn't supported by Nix, so we need to add extra steps
runs-on: [self-hosted, linux]
steps:
# Install Elan (https://leanprover-community.github.io/install/linux.html)
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
# We need make
- run: sudo apt-get update && sudo apt-get install make
# Verify
- run: cd tests/lean && make

0 comments on commit e3dc600

Please sign in to comment.