diff options
author | Son Ho | 2023-11-10 17:15:49 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 17:15:49 +0100 |
commit | f2fd214f6aace2f4dd92411291c2760dadd88116 (patch) | |
tree | bd3d87c46af67f6103196fc83f61fdb333b11cf2 | |
parent | 4fa2953684e6cb1763b05fd9d392477d04567aaf (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 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 |