We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86baa1c commit 7e11912Copy full SHA for 7e11912
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Install cargo-apk
99
if: contains(matrix.platform.target, 'android') && (steps.cargo-apk-cache.outputs.cache-hit != 'true')
100
- run: cargo install cargo-apk --version=^0.9.7
+ run: cargo install cargo-apk --version=^0.9.7 --locked
101
102
- name: Check documentation
103
run: cargo doc --no-deps $OPTIONS --document-private-items
0 commit comments