mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue