From a2aeb6aaf118a12ae9bf0c92395058e89adca5b6 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 23 Dec 2023 10:51:22 +0100 Subject: [PATCH] reproduce yanked crates in lock file (#1240) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 635347a8173..76f8ae63ad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: install Rust via Rustup run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal; - uses: Swatinem/rust-cache@v2 - - run: /github/home/.cargo/bin/cargo build --no-default-features --features max-pure + - run: /github/home/.cargo/bin/cargo build --locked --no-default-features --features max-pure test: runs-on: ubuntu-latest