Skip to content

Commit

Permalink
[CI] [Windows] fix git config with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Sep 20, 2024
1 parent 15f63d0 commit d8b0508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: opam install js_of_ocaml
- run: opam install conf-time
- name: Work around https://github.com/actions/checkout/issues/766
run: opam exec -- git config --global --add safe.directory "*"
run: opam exec -- bash -l -c '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 d8b0508

Please sign in to comment.