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 f1e1b01 commit a63e154Copy full SHA for a63e154
.github/workflows/build.yml
@@ -165,8 +165,9 @@ jobs:
165
working-directory: C:\workspace\engine
166
run: |
167
gclient config --name=src\flutter --unmanaged https://github.com/flutter-tizen/engine
168
- $env:PYTHONPATH="C:\workspace\depot_tools"
+ $Env:PYTHONPATH="C:\workspace\depot_tools"
169
python3 src\flutter\ci\tizen\gclient-shallow-sync.py src\flutter\DEPS
170
+ $Env:PYTHONPATH=""
171
gclient sync -v --no-history --shallow
172
173
- name: build
0 commit comments