Skip to content

Commit

Permalink
Add back missing compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 5, 2024
1 parent 6c5b458 commit dd6c4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v4

- name: Install PineAPPL's C API
env:
RUSTFLAGS: '-Cinstrument-coverage'
run: |
cargo cinstall --verbose --prefix=/usr/local/ --libdir=lib --manifest-path pineappl_capi/Cargo.toml
ldconfig
Expand Down

0 comments on commit dd6c4be

Please sign in to comment.