diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4391c1d167e55..92eb6fef1946b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -330,11 +330,14 @@ jobs: copyback: false prepare: | set -ex - source <(curl -s https://raw.githubusercontent.com/psumbera/solaris-rust/refs/heads/main/sh.rust-web-install) - rustc --version + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \ + --profile minimal --default-toolchain nightly -y uname -a run: | - export PATH=$HOME/.rust_solaris/bin:$PATH + set -ex + . "$HOME/.cargo/env" + which rustc + rustc -Vv ./ci/run.sh ${{ matrix.target }} - name: Test on NetBSD