Skip to content

Commit

Permalink
Merge pull request #9 from mit-plv/JasonGross-patch-1
Browse files Browse the repository at this point in the history
Fix git config --global
  • Loading branch information
JasonGross authored Sep 18, 2024
2 parents 977bb53 + d984c3e commit b95adf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
coq_version: ${{ matrix.COQ_VERSION }}
ocaml_version: default
custom_script: |
git config --global --add safe.directory '*'
sudo git config --global --add safe.directory '*'
sudo make coq-install
- name: sudo make coq-install-perf-Sanity
uses: coq-community/docker-coq-action@v1
with:
coq_version: ${{ matrix.COQ_VERSION }}
ocaml_version: default
custom_script: |
git config --global --add safe.directory '*'
sudo git config --global --add safe.directory '*'
sudo make coq-install-perf-Sanity
docker-check-all:
Expand Down

0 comments on commit b95adf6

Please sign in to comment.