File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 : |
You can’t perform that action at this time.
0 commit comments