Skip to content

Commit

Permalink
Install g++ in manylinux containers
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent 8417243 commit 326fa2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
target: ${{ matrix.target }}
before-script-linux: |
yum -y install gcc-c++
python3 maintainer/install-lhapdf.py
# `--find-interpreter` is needed to generate wheels for *all* Python versions
args: --release --out dist --find-interpreter --manifest-path pineappl_cli/Cargo.toml
Expand Down

0 comments on commit 326fa2b

Please sign in to comment.