From 16d040747bb0d0f8a604c0ac4b762c3e391374f8 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 3 May 2024 13:23:07 +0200 Subject: [PATCH] Add to CI --- .github/workflows/native.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index b91573b67..a8e1287e1 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -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' }}