From 104078f15f30deb1a4087f82bc1fb5e27a77e3a6 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 1 Aug 2023 10:09:15 +0200 Subject: cargo install locked --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22c80df9..cabdfe32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: run: make build-release - name: Test Install - run: cargo install --path "." --force + run: cargo install --path "." --force --locked - name: Binary Size (unix) if: matrix.os != 'windows-latest' @@ -123,7 +123,7 @@ jobs: run: | make test-linux-musl - name: Test Install - run: cargo install --path "." --force + run: cargo install --path "." --force --locked build-linux-arm: runs-on: ubuntu-latest -- cgit v1.2.3