Skip to content
Unverified Commit 6f078d18 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

pallet-revive: Use `RUSTUP_TOOLCHAIN` if set (#6365)



We were not passing through the `RUSTUP_TOOLCHAIN` variable to the
`build.rs` script of our fixtures. This means that setting the toolchain
like `cargo +1.81 build` had no effect on the fixture build. It would
always fall back to the default toolchain.

---------

Co-authored-by: default avatarGitHub Action <[email protected]>
parent 76f297da
Pipeline #504364 waiting for manual action with stages
in 33 minutes and 55 seconds