Skip to content

Commit

Permalink
Try not installing NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed May 1, 2024
1 parent e19e6b8 commit 6cbbda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94
with:
ndk-version: r26b
if: ${{ matrix.sdk == 'stable' }}
if: ${{ matrix.sdk == 'stable' && matrix.os != 'macos' }}

- run: dart pub get

Expand Down

0 comments on commit 6cbbda3

Please sign in to comment.