Skip to content

Commit

Permalink
use opam conf-time to install Windows depa
Browse files Browse the repository at this point in the history
setup-ocaml no longer exposes cygwin
  • Loading branch information
JasonGross authored Sep 10, 2024
1 parent ac35595 commit 5182fd6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,9 @@ jobs:
- run: opam pin add ocamlfind 'git+https://github.com/JasonGross/ocamlfind.git#win32-fix'
- run: opam pin add --kind=version coq ${{ env.COQ_VERSION }}
- run: opam install js_of_ocaml

- name: Install System Dependencies
run: |
%CYGWIN_ROOT%\setup-x86_64.exe -qnNdO -P time,zip
shell: cmd

- run: opam install conf-time
- name: Work around https://github.com/actions/checkout/issues/766
run: |
%CYGWIN_ROOT%\bin\bash.exe -l -c 'git config --global --add safe.directory "*"'
shell: cmd

run: opam exec -- git config --global --add safe.directory "*"
- name: echo build params
run: .\etc\ci\describe-system-config-win.ps1
- name: deps
Expand Down

0 comments on commit 5182fd6

Please sign in to comment.