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 06ca6b4 commit a3a1a5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
#- 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: [self-hosted, linux]
runs-on: [ubuntu-latest]
steps:
# Install curl
- run: sudo apt update && sudo apt install curl
# Install Elan (https://leanprover-community.github.io/install/linux.html)
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
#- run: sudo apt-get update && sudo apt-get install make
# Verify
#- run: cd tests/lean && make
- run: cd tests/lean && lake build
- run: cd tests/lean && make
#- run: cd tests/lean && lake build

0 comments on commit a3a1a5e

Please sign in to comment.