Skip to content

Commit

Permalink
gci: Use stable rust instead of nightly
Browse files Browse the repository at this point in the history
Nightly occasionally breaks, so use stable instead.

Changelog-None
  • Loading branch information
cdecker committed Sep 16, 2022
1 parent bbe1711 commit 74cd0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cd0a7

Please sign in to comment.