diff options
author | Son Ho | 2023-11-10 16:57:41 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 16:57:41 +0100 |
commit | 06ca6b4aeee7235acee4d11d67e91e3fe3d3a236 (patch) | |
tree | ddd2877ed8b178031db21f0925e11a7ca2f5a887 | |
parent | 335e1fdf1b55fa49c378a32dc5619369f366027c (diff) |
Update the ci.yml
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac5dd94..3fb2270a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: #- run: sudo apt-get update && sudo apt-get install make # Verify #- run: cd tests/lean && make - - cd tests/lean && lake build + - run: cd tests/lean && lake build |