Skip to content

Commit

Permalink
Use pkg-config instead pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 545e768 commit c2a41f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python3
curl
tar
pkgconf
mingw-w64-pkg-config
- uses: actions/setup-python@v5
with:
# WARNING: be careful with the ordering - the last version is the
Expand All @@ -60,11 +60,9 @@ jobs:
make -j
make install
# print the path of `pkgconf`
command -v pkgconf
command -v pkg-config
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
PKG_CONFIG: "/usr/bin/pkgconf"
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --manifest-path pineappl_cli/Cargo.toml
Expand Down

0 comments on commit c2a41f4

Please sign in to comment.