Skip to content

Commit

Permalink
powershell likes CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Dec 11, 2023
1 parent 966bea7 commit 3e5233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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
powershell -ExecutionPolicy Bypass -f elan-init.ps1 -NoPrompt $True
del elan-init.ps1
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit 3e5233f

Please sign in to comment.