Skip to content

Commit 6727946

Browse files
Enable Flutter GPU on Windows
1 parent a4c2426 commit 6727946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter_ci_script_shared.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ function ci_codelabs () {
4848
then
4949
if grep -q "flutter:" "pubspec.yaml"; then
5050

51-
# intro_flutter_gpu only runs with Impeller on macOS
51+
# intro_flutter_gpu only runs with Impeller
5252
if [ $CODELAB = 'intro_flutter_gpu' ]; then
53-
if [ $RUNNER_OS = 'macOS' ]; then
53+
if [ $RUNNER_OS = 'macOS' ] || [ $RUNNER_OS = 'Windows' ]; then
5454
flutter config --enable-native-assets
5555
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
5656
flutter test --enable-impeller

0 commit comments

Comments
 (0)