From 45b5e6c816ad6913412e35a87d2beee0d838eb97 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Wed, 1 Nov 2023 19:29:21 +0100 Subject: [PATCH] [infra] Bump NDK version (#183) --- .github/workflows/native.yaml | 2 +- .github/workflows/native_toolchain_c.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index 39f74920d..2da22ce4f 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -54,7 +54,7 @@ jobs: - uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a with: - ndk-version: r25b + ndk-version: r26b if: ${{ matrix.sdk == 'stable' }} - run: dart pub get diff --git a/.github/workflows/native_toolchain_c.yaml b/.github/workflows/native_toolchain_c.yaml index 664c739c5..ceb668b5f 100644 --- a/.github/workflows/native_toolchain_c.yaml +++ b/.github/workflows/native_toolchain_c.yaml @@ -40,7 +40,7 @@ jobs: - uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a with: - ndk-version: r25b + ndk-version: r26b if: ${{ matrix.sdk == 'stable' }} - run: dart pub get