Skip to content

Commit 0950ec6

Browse files
committed
Remove wrong example from CI
1 parent bf76046 commit 0950ec6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/native.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- run: dart pub get -C test_data/complex_link_helper/
9090
if: ${{ matrix.package == 'native_assets_builder' }}
9191

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

9595
- run: dart pub get -C example/build/native_add_app/
@@ -140,15 +140,6 @@ jobs:
140140
working-directory: pkgs/${{ matrix.package }}/example/build/use_dart_api/
141141
if: ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change }}
142142

143-
# TODO: Enable this workflow after resolving https://github.com/dart-lang/sdk/issues/55369
144-
# - run: dart --enable-experiment=native-assets build bin/app_with_asset_treeshaking.dart
145-
# working-directory: pkgs/${{ matrix.package }}/example/link/app_with_asset_treeshaking/
146-
# if: ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change }}
147-
148-
# - run: ./app_with_asset_treeshaking.exe
149-
# working-directory: pkgs/${{ matrix.package }}/example/link/app_with_asset_treeshaking/bin/app_with_asset_treeshaking/
150-
# if: ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change }}
151-
152143
- name: Install coverage
153144
run: dart pub global activate coverage
154145
if: ${{ matrix.sdk == 'stable' }}

0 commit comments

Comments
 (0)