diff options
author | Son Ho | 2023-11-10 16:56:20 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 16:56:20 +0100 |
commit | 335e1fdf1b55fa49c378a32dc5619369f366027c (patch) | |
tree | 670f2b763ef4720492abf46a4ee65af630f59c10 | |
parent | e3dc6001c953cd3a292326672762b4dfdbbb933c (diff) |
Update the ci.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a91aa7..1ac5dd94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |