From 7e246cdca29d518d06c3484f7c33f3306df608e0 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 3 Oct 2023 12:08:37 +0200 Subject: [PATCH] CI: use 'prepare-compat' --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 377c495..f04c808 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,13 +41,13 @@ jobs: run: | rm -f .local.mk Cargo.lock Cargo.toml .cargo/config printf 'RUST%s_COMPAT = t' "${CI_TOOLCHAIN//./}" > .local.mk - make prepare + make update-compat - name: Run build uses: actions-rs/cargo@v1 with: command: build - args: "--all-targets --tests --benches --workspace --release" + args: "--all-targets --frozen --tests --benches --workspace --release" - name: Run tests uses: actions-rs/cargo@v1