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 bd97653 commit c480ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: TEST Install elan (Windows)
if: matrix.os == 'windows-latest'
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
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'
Expand Down

0 comments on commit c480ed5

Please sign in to comment.