summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorDario Vladović <d.vladimyr@gmail.com>2021-04-21 17:21:18 +0200
committerGitHub <noreply@github.com>2021-04-21 10:21:18 -0500
commitb673f91a4627f2b4d50fbb52be83b2047d8ce1f0 (patch)
treee7341798ffa4d0a43f23c6236d6a6a35cedbd332 /.github/workflows/deploy.yml
parent8bf69cbaa894adfc87925f40d26777c7e8152566 (diff)
fix(build): respect the lockfile (#2614)
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 6e151b981..e5b365609 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -128,7 +128,7 @@ jobs:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
with:
command: build
- args: --release --features tls-vendored --target ${{ matrix.target }}
+ args: --release --locked --features tls-vendored --target ${{ matrix.target }}
use-cross: ${{ matrix.os == 'ubuntu-latest' }}
- name: Post Build | Prepare artifacts [Windows]