Skip to content

Commit

Permalink
fix Debian CI (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Aug 15, 2024
1 parent a9e6bf7 commit 634f423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: work around broken git config
run: git config --global --add safe.directory "*"
- name: container build params
run: etc/ci/describe-system-config.sh
- name: make deps
Expand Down

0 comments on commit 634f423

Please sign in to comment.