From 22f58847d140a7fd6292f53789f2ef67c6b1ed06 Mon Sep 17 00:00:00 2001 From: Mike Detwiler Date: Sat, 10 Dec 2022 14:43:45 +0000 Subject: [PATCH] Issue #131: Debug C! Signed-off-by: Mike Detwiler --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4009384..7169c5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,8 +72,12 @@ jobs: git clone $GNULIB_URL $GNULIB_REFDIR fi + # bootstrap initializes submodules + # see: https://github.com/actions/checkout/issues/915 - name: Bootstrap - run: ./bootstrap --install-buildreqs --install-reqs + run: | + git config --global --add safe.directory $(pwd) + ./bootstrap --install-buildreqs --install-reqs - name: Configure run: ./configure --prefix=$RUNNER_TEMP/.local --sysconfdir=$RUNNER_TEMP/.config