diff options
author | Son Ho | 2023-11-10 17:03:32 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 17:03:32 +0100 |
commit | f00da97a17e4d8445fc74303b907b57b1fbddb1e (patch) | |
tree | 8f69f7d4e9961e570a2afb049bfe8baba7cc5516 /.github/workflows | |
parent | 27eb90fc61a45f8a8c5f1279082b0210d285bbc1 (diff) |
Update the ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48392ccc..a00c6a24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: # Install curl - run: sudo apt update && sudo apt install curl # Install Elan (https://leanprover-community.github.io/install/linux.html) - - run: curl -y 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 -y | sh #- run: sudo apt-get update && sudo apt-get install make # Verify - - run: cd tests/lean && make + - run: cd aeneas/tests/lean && make #- run: cd tests/lean && lake build |