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 e3dc600 commit 335e1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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
#- run: sudo apt-get update && sudo apt-get install make
# Verify
- run: cd tests/lean && make
#- run: cd tests/lean && make
- cd tests/lean && lake build

0 comments on commit 335e1fd

Please sign in to comment.