mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 05:41:31 +11:00
Lock the cargo-apk deps on CI
This commit is contained in:
parent
86baa1c99a
commit
7e11912d22
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue