Skip to content

Commit

Permalink
Try exporting RUSTFLAGS variable differently
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 4, 2023
1 parent 42f8e1a commit d8bc44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

- name: Install PineAPPL's C API
run: |
RUSTFLAGS="-Cinstrument-coverage" cargo cinstall --debug --verbose --prefix=/usr/local/ --manifest-path pineappl_capi/Cargo.toml
export RUSTFLAGS="-Cinstrument-coverage"
cargo cinstall --debug --verbose --prefix=/usr/local/ --manifest-path pineappl_capi/Cargo.toml
ldconfig
- name: Test C example
Expand Down

0 comments on commit d8bc44f

Please sign in to comment.