We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab6f22 commit 90aefb5Copy full SHA for 90aefb5
.github/workflows/build.yml
@@ -146,7 +146,7 @@ jobs:
146
(Get-Content ".gclient") | ForEach-Object { $_ -replace "'flutter'","'.'" } | Set-Content ".gclient"
147
# TODO(jsuya) : pipes deprecated in python 3.13. (https://dart-review.googlesource.com/c/sdk/+/307620)
148
(Get-Content "engine/src/build/vs_toolchain.py") | ForEach-Object { $_ -replace 'import pipes','' } | Set-Content "engine/src/build/vs_toolchain.py"
149
- gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=DEPS
+ gclient setdep --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=DEPS
150
gclient sync -v --no-history --shallow
151
152
- name: Build
0 commit comments