Skip to content

Commit 4919a1f

Browse files
committed
chore: update ci.yml
1 parent 0977c3b commit 4919a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: matrix.target == 'aarch64-apple-darwin'
126126

127127
- name: Build target
128-
run: cargo build --release --target ${{ matrix.target }}
128+
run: cargo build --release --locked --target ${{ matrix.target }}
129129

130130
- name: Package
131131
shell: bash
@@ -162,7 +162,7 @@ jobs:
162162
targets: ${{ matrix.target }}
163163

164164
- name: Build target
165-
run: cargo build --release --target ${{ matrix.target }}
165+
run: cargo build --release --locked --target ${{ matrix.target }}
166166

167167
- name: Package
168168
shell: bash

0 commit comments

Comments
 (0)