Skip to content

Commit e49d4c3

Browse files
alerquepeso
authored andcommitted
build binaries in CI using lockfile as reference
1 parent deaf2f1 commit e49d4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Build
6060
run: |
61-
cargo build --target ${{ matrix.target }} --release
61+
cargo build --locked --target ${{ matrix.target }} --release
6262
- name: Compress
6363
run: |
6464
cp -f target/${{ matrix.target }}/release/$REPO${{ matrix.bin_extension }} .

0 commit comments

Comments
 (0)