Skip to content

Commit

Permalink
Issue #131: Debug C!
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Detwiler <mike@detwiler.io>
  • Loading branch information
detwiler committed Dec 10, 2022
1 parent 932ead0 commit 22f5884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22f5884

Please sign in to comment.