File tree 1 file changed +1
-10
lines changed 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 89
89
- run : dart pub get -C test_data/complex_link_helper/
90
90
if : ${{ matrix.package == 'native_assets_builder' }}
91
91
92
- - run : dart pub get -C test_data/treeshaking_native_assets /
92
+ - run : dart pub get -C test_data/drop_dylib_link /
93
93
if : ${{ matrix.package == 'native_assets_builder' }}
94
94
95
95
- run : dart pub get -C example/build/native_add_app/
@@ -140,15 +140,6 @@ jobs:
140
140
working-directory : pkgs/${{ matrix.package }}/example/build/use_dart_api/
141
141
if : ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change }}
142
142
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
-
152
143
- name : Install coverage
153
144
run : dart pub global activate coverage
154
145
if : ${{ matrix.sdk == 'stable' }}
You can’t perform that action at this time.
0 commit comments