diff options
| author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-04-23 22:29:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 20:29:43 +0000 |
| commit | a050faaf32403b7e7e14636d364522b4d5f9386d (patch) | |
| tree | 90013ce1e3fdb89bb6af596344b1de05733d0596 /.github/workflows/release.yaml | |
| parent | Update Cargo.lock (#336) (diff) | |
| download | atuin-a050faaf32403b7e7e14636d364522b4d5f9386d.zip | |
Use `--locked` flag for CI builds (#337)
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
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 |
