We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac35595 commit 5182fd6Copy full SHA for 5182fd6
.github/workflows/coq-windows.yml
@@ -47,17 +47,9 @@ jobs:
47
- run: opam pin add ocamlfind 'git+https://github.com/JasonGross/ocamlfind.git#win32-fix'
48
- run: opam pin add --kind=version coq ${{ env.COQ_VERSION }}
49
- 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
+ - run: opam install conf-time
56
- name: Work around https://github.com/actions/checkout/issues/766
57
58
- %CYGWIN_ROOT%\bin\bash.exe -l -c 'git config --global --add safe.directory "*"'
59
60
+ run: opam exec -- git config --global --add safe.directory "*"
61
- name: echo build params
62
run: .\etc\ci\describe-system-config-win.ps1
63
- name: deps
0 commit comments