Skip to content

Commit 7e11912

Browse files
authored
Lock the cargo-apk deps on CI
1 parent 86baa1c commit 7e11912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Install cargo-apk
9999
if: contains(matrix.platform.target, 'android') && (steps.cargo-apk-cache.outputs.cache-hit != 'true')
100-
run: cargo install cargo-apk --version=^0.9.7
100+
run: cargo install cargo-apk --version=^0.9.7 --locked
101101

102102
- name: Check documentation
103103
run: cargo doc --no-deps $OPTIONS --document-private-items

0 commit comments

Comments
 (0)