Skip to content

Commit

Permalink
Try bulding cargo-c without vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 6, 2023
1 parent 4b998cf commit c40d106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/pineappl-ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ done
# apt install gfortran -y

# install cargo-c needed for the CAPI
cargo install cargo-c --version ${CARGOC_V} --features=vendored-openssl
cargo install cargo-c --version ${CARGOC_V}

# remove files generated by cargo
rm -r /usr/local/cargo/registry
Expand Down

0 comments on commit c40d106

Please sign in to comment.