mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
ci: Unconditionally install protoc
We used to install it only when Rust was configured, but for some reason all builds now seem to be Rust builds. That's ok, so just provide the necessary dependency.
This commit is contained in:
6
.github/scripts/setup.sh
vendored
6
.github/scripts/setup.sh
vendored
@@ -69,7 +69,5 @@ sudo chmod 0440 /etc/sudoers.d/tester
|
||||
elements-$ELEMENTS_VERSION
|
||||
)
|
||||
|
||||
if [ "$RUST" == "1" ]; then
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
|
||||
-y --default-toolchain ${RUST_VERSION}
|
||||
fi
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
|
||||
-y --default-toolchain ${RUST_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user