From e6d552d380190cc41f2c324c52df48f22bce2db7 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Mon, 7 Nov 2022 16:37:48 +0800 Subject: [PATCH] chore: bump cargo-ndk to v2.12.2 (#28759) --- .github/workflows/client-targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-targets.yml b/.github/workflows/client-targets.yml index 12fafce672..8b99b8e185 100644 --- a/.github/workflows/client-targets.yml +++ b/.github/workflows/client-targets.yml @@ -53,7 +53,7 @@ jobs: target: ${{ matrix.target }} - name: Install cargo-ndk if: ${{ matrix.platform == 'android' }} - run: cargo install cargo-ndk@2.11.0 + run: cargo install cargo-ndk@2.12.2 - name: Install NDK 21 if: ${{ matrix.platform == 'android' }} run: |