From 54abb308472bf16391307243e0dd74108e1ff9db Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 15 Aug 2024 02:08:22 -0700 Subject: [PATCH] fix Debian CI --- .github/workflows/coq-debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coq-debian.yml b/.github/workflows/coq-debian.yml index 042e856e9e..867c898746 100644 --- a/.github/workflows/coq-debian.yml +++ b/.github/workflows/coq-debian.yml @@ -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