From 43f7b5379fc1b5b7fe18414f19560690a83a9853 Mon Sep 17 00:00:00 2001 From: Thomas Forbes Date: Tue, 18 Jun 2024 16:37:45 +0100 Subject: [PATCH] Build locked --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04d510d..6c913ea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.5 - - run: cargo build --target=${{ matrix.target }} --release + - run: cargo build --target=${{ matrix.target }} --release --locked env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache"