Skip to content

Commit

Permalink
test windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 21, 2024
1 parent a906d14 commit eef98b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan-init.sh
bash elan-init.sh -y
shell: bash
# - name: Install elan (Windows)
# if: matrix.os == 'windows-latest'
# run: |
# curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.ps1
# echo 1 | powershell -ExecutionPolicy Bypass -f elan-init.ps1
# del elan-init.ps1
# shell: pwsh
- name: Add elan to PATH (Windows)
if: matrix.os == 'windows-latest'
# run: (Resolve-Path ~/.elan/bin).Path >> $Env:GITHUB_PATH
Expand Down

0 comments on commit eef98b9

Please sign in to comment.