Skip to content

Commit

Permalink
Add pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jul 25, 2024
1 parent fe11eb5 commit 29192b4
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 @@ -108,6 +108,9 @@ jobs:
- run: dart pub get -C test_data/add_asset_link/
if: ${{ matrix.package == 'native_assets_builder' }}

- run: dart pub get -C test_data/treeshaking_native_libs/
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 29192b4

Please sign in to comment.