Skip to content

Commit

Permalink
Remove --debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 4, 2023
1 parent d8bc44f commit d42d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install PineAPPL's C API
run: |
export RUSTFLAGS="-Cinstrument-coverage"
cargo cinstall --debug --verbose --prefix=/usr/local/ --manifest-path pineappl_capi/Cargo.toml
cargo cinstall --verbose --prefix=/usr/local/ --manifest-path pineappl_capi/Cargo.toml
ldconfig
- name: Test C example
Expand Down

0 comments on commit d42d062

Please sign in to comment.