Skip to content

Commit

Permalink
windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 20, 2024
1 parent d3506bb commit 9ed7107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
submodules: true
- name: install elan
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
sh elan-init.sh -y
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: print lean and lake versions
run: |
lean --version
Expand Down

0 comments on commit 9ed7107

Please sign in to comment.