Skip to content

Commit 16d0407

Browse files
committed
Add to CI
1 parent 94ab47e commit 16d0407

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/native.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
- run: dart pub get -C test_data/treeshaking_native_assets/
9393
if: ${{ matrix.package == 'native_assets_builder' }}
9494

95+
- run: dart pub get -C test_data/drop_dylib_link/
96+
if: ${{ matrix.package == 'native_assets_builder' }}
97+
9598
- run: dart pub get -C example/build/native_add_app/
9699
if: ${{ matrix.package == 'native_assets_cli' }}
97100

0 commit comments

Comments
 (0)