Skip to content

Commit

Permalink
[infra] Bump NDK version (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Nov 1, 2023
1 parent de9d59e commit 45b5e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_toolchain_c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45b5e6c

Please sign in to comment.