Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5182fd6

Browse files
authoredSep 10, 2024··
use opam conf-time to install Windows depa
setup-ocaml no longer exposes cygwin
1 parent ac35595 commit 5182fd6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

‎.github/workflows/coq-windows.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,9 @@ jobs:
4747
- run: opam pin add ocamlfind 'git+https://github.com/JasonGross/ocamlfind.git#win32-fix'
4848
- run: opam pin add --kind=version coq ${{ env.COQ_VERSION }}
4949
- run: opam install js_of_ocaml
50-
51-
- name: Install System Dependencies
52-
run: |
53-
%CYGWIN_ROOT%\setup-x86_64.exe -qnNdO -P time,zip
54-
shell: cmd
55-
50+
- run: opam install conf-time
5651
- name: Work around https://github.com/actions/checkout/issues/766
57-
run: |
58-
%CYGWIN_ROOT%\bin\bash.exe -l -c 'git config --global --add safe.directory "*"'
59-
shell: cmd
60-
52+
run: opam exec -- git config --global --add safe.directory "*"
6153
- name: echo build params
6254
run: .\etc\ci\describe-system-config-win.ps1
6355
- name: deps

0 commit comments

Comments
 (0)
Please sign in to comment.