Skip to content

Commit

Permalink
Add missing -y parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 27, 2024
1 parent 71b70f5 commit bbf1ef0
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

# needed by `pineappl_applgrid` with `--features=static`
yum install zlib-static
yum -y install zlib-static

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

0 comments on commit bbf1ef0

Please sign in to comment.