aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-04-23 22:29:43 +0200
committerGitHub <noreply@github.com>2022-04-23 20:29:43 +0000
commita050faaf32403b7e7e14636d364522b4d5f9386d (patch)
tree90013ce1e3fdb89bb6af596344b1de05733d0596 /.github/workflows/release.yaml
parentUpdate Cargo.lock (#336) (diff)
downloadatuin-a050faaf32403b7e7e14636d364522b4d5f9386d.zip
Use `--locked` flag for CI builds (#337)
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
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