Skip to content

Commit

Permalink
Make a minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 10, 2023
1 parent 084599e commit 8471e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- 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)
- runs: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
# Verify
- run: cd tests/lean && make

0 comments on commit 8471e87

Please sign in to comment.