Skip to content

Commit 1e432e5

Browse files
authored
Update main-windows.yml
1 parent ebcf71d commit 1e432e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main-windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: setup PATH and ENV
1010
run: |
1111
echo "$HOME/AppData/Local/Apps/Janet/bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
12-
echo "$HOME/work/fltk-janet/janet/Library/bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
12+
echo "$HOME/AppData/Local/Apps/Janet/Library/bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
1313
shell: pwsh
1414
- uses: actions/checkout@v4
1515
with:
@@ -41,9 +41,10 @@ jobs:
4141
- name: Build spork
4242
run: |
4343
ls $HOME/AppData/Local/Apps/Janet/bin
44-
$HOME/AppData/Local/Apps/Janet/bin/janet.exe -v
44+
cat $Env:GITHUB_PATH
45+
janet.exe -v
4546
cd spork
46-
janet --install .
47+
janet.exe --install .
4748
shell: pwsh
4849
- name: Build fltk-janet
4950
run: |

0 commit comments

Comments
 (0)