Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 3, 2024
1 parent fcbd56e commit 4f57c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y acl automake libacl1-dev libpopt-dev libselinux1-dev pkg-config rpm

- run: |
pkgconf --libs libpopt
- name: Bootstrap
run: ./autogen.sh

Expand Down Expand Up @@ -54,6 +57,9 @@ jobs:
- name: Install dependencies
run: brew install automake coreutils popt pkg-config

- run: |
pkgconf --libs libpopt
- name: Bootstrap
run: ./autogen.sh

Expand Down

0 comments on commit 4f57c7e

Please sign in to comment.