From 7e11912d22f138571905a64be7a8221172dc1fae Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 27 Aug 2023 19:05:45 +0400 Subject: [PATCH] Lock the cargo-apk deps on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98f1b552..d739f027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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