Skip to content

Commit 552d9d6

Browse files
authored
Fix breaking change to rustup (#389)
1 parent 1348e08 commit 552d9d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/buildomat/jobs/build-and-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set -o errexit
1111
set -o pipefail
1212
set -o xtrace
1313

14+
rustup show active-toolchain || rustup toolchain install
1415
cargo --version
1516
rustc --version
1617

.github/buildomat/jobs/test-no-op-implementation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set -o errexit
1111
set -o pipefail
1212
set -o xtrace
1313

14+
rustup show active-toolchain || rustup toolchain install
1415
cargo --version
1516
rustc --version
1617

0 commit comments

Comments
 (0)