From a050faaf32403b7e7e14636d364522b4d5f9386d Mon Sep 17 00:00:00 2001 From: Orhun Parmaksız Date: Sat, 23 Apr 2022 22:29:43 +0200 Subject: Use `--locked` flag for CI builds (#337) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7298ce2e..551517b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,7 @@ jobs: with: use-cross: ${{ matrix.job.use-cross }} command: build - args: --release --target=${{ matrix.job.target }} + args: --locked --release --target=${{ matrix.job.target }} - name: Strip debug information from executable id: strip -- cgit v1.3.1