Skip to content

Commit

Permalink
Update coq-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed May 9, 2024
1 parent adace38 commit 128fee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: echo build params
run: .\etc\ci\describe-system-config-win.ps1
- name: deps
run: opam exec -- etc/ci/github-actions-make.sh -j${NJOBS} deps
run: opam exec -- etc/ci/github-actions-make.sh -j$NJOBS deps
- name: standalone-ocaml
run: opam exec -- etc/ci/github-actions-make.sh -j${NJOBS} standalone-ocaml
run: opam exec -- etc/ci/github-actions-make.sh -j$NJOBS standalone-ocaml
- name: install-standalone-unified-ocaml
run: opam exec -- etc/ci/github-actions-make.sh install-standalone-unified-ocaml BINDIR=dist

Expand Down

0 comments on commit 128fee6

Please sign in to comment.