Skip to content

Commit 6cbbda3

Browse files
committed
Try not installing NDK
1 parent e19e6b8 commit 6cbbda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94
5959
with:
6060
ndk-version: r26b
61-
if: ${{ matrix.sdk == 'stable' }}
61+
if: ${{ matrix.sdk == 'stable' && matrix.os != 'macos' }}
6262

6363
- run: dart pub get
6464

0 commit comments

Comments
 (0)