summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2023-11-10 17:15:49 +0100
committerSon Ho2023-11-10 17:15:49 +0100
commitf2fd214f6aace2f4dd92411291c2760dadd88116 (patch)
treebd3d87c46af67f6103196fc83f61fdb333b11cf2
parent4fa2953684e6cb1763b05fd9d392477d04567aaf (diff)
Update the ci.yml
-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 328aaf22..db63f8e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
- 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 https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -y
+ - run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -- -y
#- run: sudo apt-get update && sudo apt-get install make
# Verify
- run: cd tests/lean && make