We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e432e5 commit 29f699dCopy full SHA for 29f699d
.github/workflows/main-windows.yml
@@ -40,12 +40,9 @@ jobs:
40
shell: cmd
41
- name: Build spork
42
run: |
43
- ls $HOME/AppData/Local/Apps/Janet/bin
44
- cat $Env:GITHUB_PATH
45
- janet.exe -v
46
- cd spork
47
- janet.exe --install .
48
- shell: pwsh
+ refreshenv & cd spork & janet -l ./bundle -e "(do (setdyn :verbose true) (build))"
+ refreshenv & janet -e "(bundle/install `spork`)"
+ shell: cmd
49
- name: Build fltk-janet
50
51
cd fltk-janet
0 commit comments