Skip to content

Commit 3b44af5

Browse files
skia flutter#3
1 parent 1a6de65 commit 3b44af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-pr-web.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
export PATH=${MY_ROOT}/my-flutter/engine/src/flutter/lib/web_ui/dev:$PATH
5656
export PATH=${MY_ROOT}/my-flutter/flutter/bin:$PATH
5757
58-
cd ${MY_ROOT}/my-flutter/engine/src
59-
./flutter/tools/gn --unoptimized
60-
ninja -C out/host_debug_unopt
58+
//cd ${MY_ROOT}/my-flutter/engine/src
59+
//./flutter/tools/gn --unoptimized
60+
//ninja -C out/host_debug_unopt
6161
6262
cd ${MY_ROOT}/my-flutter
6363
felt build

0 commit comments

Comments
 (0)