mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
gci: Use stable rust instead of nightly
Nightly occasionally breaks, so use stable instead. Changelog-None
This commit is contained in:
parent
bbe1711e16
commit
74cd0a7280
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
|
||||
|
Loading…
Reference in New Issue
Block a user