Skip to content

Commit ebcf71d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Build spork
4242
run: |
4343
ls $HOME/AppData/Local/Apps/Janet/bin
44-
echo $Env:GITHUB_PATH
44+
$HOME/AppData/Local/Apps/Janet/bin/janet.exe -v
4545
cd spork
46-
../janet/janet --install .
46+
janet --install .
4747
shell: pwsh
4848
- name: Build fltk-janet
4949
run: |

0 commit comments

Comments
 (0)