Skip to content

Commit d8b0508

Browse files
authored
[CI] [Windows] fix git config with bash
1 parent 15f63d0 commit d8b0508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: opam install js_of_ocaml
5050
- run: opam install conf-time
5151
- name: Work around https://github.com/actions/checkout/issues/766
52-
run: opam exec -- git config --global --add safe.directory "*"
52+
run: opam exec -- bash -l -c 'git config --global --add safe.directory "*"'
5353
- name: echo build params
5454
run: .\etc\ci\describe-system-config-win.ps1
5555
- name: deps

0 commit comments

Comments
 (0)