Skip to content

Commit

Permalink
The LeanInk way of Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Dec 12, 2023
1 parent ba2876c commit 27f31af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.ps1
powershell -ExecutionPolicy Bypass -f elan-init.ps1 -NoPrompt:$True
del elan-init.ps1
.\elan-init.ps1 -NoPrompt 1 -DefaultToolchain none
echo "$HOME\.elan\bin" >> $env:GITHUB_PATH
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4.6.1
Expand Down

0 comments on commit 27f31af

Please sign in to comment.