Skip to content

Commit 23e42a9

Browse files
committed
Avoid error: wrong number of arguments, should be 2 in Windows opam CI
1 parent 0e6b3e8 commit 23e42a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-opam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ runner.os == 'Windows' }}
9999

100100
- name: Work around https://github.com/actions/checkout/issues/766 / https://github.com/ocaml/setup-ocaml/issues/479 / https://github.com/actions/checkout/issues/767 / https://github.com/actions/checkout/issues/760
101-
run: opam exec -- git config --global --add safe.directory "*"
101+
run: opam exec -- bash -l -c 'git config --global --add safe.directory "*"'
102102
if: ${{ runner.os == 'Windows' }}
103103

104104
- name: echo opam build params

0 commit comments

Comments
 (0)