File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
- name : echo build params
65
65
run : .\etc\ci\describe-system-config-win.ps1
66
66
- name : deps
67
- run : opam exec -- etc/ci/github-actions-make.sh -j$NJOBS deps
67
+ run : opam exec -- etc/ci/github-actions-make.sh -j${{ env. NJOBS }} deps
68
68
- name : standalone-ocaml
69
- run : opam exec -- etc/ci/github-actions-make.sh -j$NJOBS standalone-ocaml
69
+ run : opam exec -- etc/ci/github-actions-make.sh -j${{ env. NJOBS }} standalone-ocaml
70
70
- name : install-standalone-unified-ocaml
71
71
run : opam exec -- etc/ci/github-actions-make.sh install-standalone-unified-ocaml BINDIR=dist
72
72
79
79
- name : install-standalone-js-of-ocaml
80
80
run : opam exec -- etc/ci/github-actions-make.sh install-standalone-js-of-ocaml
81
81
- name : c-files lite-generated-files
82
- run : opam exec -- etc/ci/github-actions-make.sh -j${NJOBS} c-files lite-generated-files
82
+ run : opam exec -- etc/ci/github-actions-make.sh -j${{ env. NJOBS } } c-files lite-generated-files
83
83
- name : only-test-amd64-files-lite
84
- run : opam exec -- etc/ci/github-actions-make.sh -j${NJOBS} only-test-amd64-files-lite SLOWEST_FIRST=1
84
+ run : opam exec -- etc/ci/github-actions-make.sh -j${{ env. NJOBS } } only-test-amd64-files-lite SLOWEST_FIRST=1
85
85
- name : upload OCaml files
86
86
uses : actions/upload-artifact@v3
87
87
with :
You can’t perform that action at this time.
0 commit comments