Skip to content

Commit

Permalink
Install cargo-c with --locked to lower MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 27, 2024
1 parent af3a3e1 commit bc6100c
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 @@ -21,7 +21,7 @@ done
yum -y install perl-IPC-Cmd

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

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

0 comments on commit bc6100c

Please sign in to comment.