Skip to content

Commit

Permalink
Fix CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 25, 2023
1 parent f9da3a6 commit 0900ec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coq.yml
Expand Up @@ -88,7 +88,9 @@ jobs:
echo "::group::echo | coqtop"
true | coqtop
echo "::endgroup::"
sudo chmod -R a+rw .
sudo chmod -R a=u .
# Work around https://github.com/actions/checkout/issues/766
git config --global --add safe.directory "*"
echo '::group::make -j2 TIMED=1'
make -j2 TIMED=1
echo '::endgroup::'
Expand Down

0 comments on commit 0900ec0

Please sign in to comment.