Skip to content

Commit 27b3a1f

Browse files
committed
update workflow
1 parent 6fe0c7a commit 27b3a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
if: matrix.os == 'macos-latest'
3737
run: |
3838
set -exo pipefail
39-
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
39+
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan-init.sh
40+
yes | sh elan-init.sh
4041
elan toolchain install stable -y
4142
elan default stable -y
4243
source ~/.profile

0 commit comments

Comments
 (0)