File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ function ci_codelabs () {
55 # Disable analytics to avoid https://github.com/dart-lang/tools/issues/249
66 dart --disable-analytics
77
8+ # Enable native assets for intro_flutter_gpu
9+ flutter config --enable-native-assets
10+
811 # ffigen_codelab/step_07 needs to build the native library before running the tests
912 pushd ffigen_codelab/step_07/example
1013 # RUNNER_OS from https://stackoverflow.com/a/72926104/2142626
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Introduction to Flutter GPU rebuild script
22steps :
33 - name : step_01
44 steps :
5- - name : Enable native assets
6- flutter : config --enable-native-assets
75 - name : Remove generated code
86 rmdir : step_01
97 - name : Create project
You can’t perform that action at this time.
0 commit comments