gci: Use stable rust instead of nightly

Nightly occasionally breaks, so use stable instead.

Changelog-None
This commit is contained in:
Christian Decker 2022-09-16 11:28:00 +02:00
parent bbe1711e16
commit 74cd0a7280

View File

@ -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