Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix: GITHUB_PATH has to use backslashes on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Sep 1, 2022
1 parent 2d428f6 commit 7712fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.ps1
.\elan-init.ps1 -NoPrompt 1 -DefaultToolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
echo "$HOME\.elan\bin" >> $env:GITHUB_PATH
# Build and test
- name: Build LeanInk
Expand Down

0 comments on commit 7712fb3

Please sign in to comment.