summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2023-11-10 17:01:48 +0100
committerSon Ho2023-11-10 17:01:48 +0100
commit27eb90fc61a45f8a8c5f1279082b0210d285bbc1 (patch)
tree3ef098cc711609b204cf76d682bdcc253cf5826f
parenta3a1a5e603905fb2bcdf7f05a14282366998b1c4 (diff)
Update the ci.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a958910b..48392ccc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
# Install curl
- run: sudo apt update && sudo apt install curl
# Install Elan (https://leanprover-community.github.io/install/linux.html)
- - run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
+ - run: curl -y https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
#- run: sudo apt-get update && sudo apt-get install make
# Verify
- run: cd tests/lean && make