mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 17:44:20 +01:00
gci: Use stable rust instead of nightly
Nightly occasionally breaks, so use stable instead. Changelog-None
This commit is contained in:
2
.github/scripts/setup.sh
vendored
2
.github/scripts/setup.sh
vendored
@@ -3,7 +3,7 @@
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export BITCOIN_VERSION=0.20.1
|
||||
export ELEMENTS_VERSION=0.18.1.8
|
||||
export RUST_VERSION=nightly
|
||||
export RUST_VERSION=stable
|
||||
|
||||
sudo useradd -ms /bin/bash tester
|
||||
sudo apt-get update -qq
|
||||
|
||||
Reference in New Issue
Block a user