Skip to content

Commit

Permalink
Work around git security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 16, 2022
1 parent be2e5dc commit 49cd997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coq-opam-package.yml
Expand Up @@ -93,6 +93,12 @@ jobs:
shell: cmd
if: ${{ runner.os == 'Windows' }}

- 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
run: |
%CYGWIN_ROOT%\bin\bash.exe -l -c 'git config --global --add safe.directory "*"'
shell: cmd
if: ${{ runner.os == 'Windows' }}

- name: echo opam build params
run: |
echo ::group::ocamlc -config
Expand Down

0 comments on commit 49cd997

Please sign in to comment.