Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed May 3, 2024
1 parent 94ab47e commit 16d0407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- run: dart pub get -C test_data/treeshaking_native_assets/
if: ${{ matrix.package == 'native_assets_builder' }}

- run: dart pub get -C test_data/drop_dylib_link/
if: ${{ matrix.package == 'native_assets_builder' }}

- run: dart pub get -C example/build/native_add_app/
if: ${{ matrix.package == 'native_assets_cli' }}

Expand Down

0 comments on commit 16d0407

Please sign in to comment.