We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f63d0 commit d8b0508Copy full SHA for d8b0508
.github/workflows/coq-windows.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: opam install js_of_ocaml
50
- run: opam install conf-time
51
- name: Work around https://github.com/actions/checkout/issues/766
52
- run: opam exec -- git config --global --add safe.directory "*"
+ run: opam exec -- bash -l -c 'git config --global --add safe.directory "*"'
53
- name: echo build params
54
run: .\etc\ci\describe-system-config-win.ps1
55
- name: deps
0 commit comments