Lock the cargo-apk deps on CI

This commit is contained in:
Kirill Chibisov 2023-08-27 19:05:45 +04:00 committed by GitHub
parent 86baa1c99a
commit 7e11912d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ jobs:
- name: Install cargo-apk
if: contains(matrix.platform.target, 'android') && (steps.cargo-apk-cache.outputs.cache-hit != 'true')
run: cargo install cargo-apk --version=^0.9.7
run: cargo install cargo-apk --version=^0.9.7 --locked
- name: Check documentation
run: cargo doc --no-deps $OPTIONS --document-private-items