Skip to content

Commit a63e154

Browse files
authored
[ci] Unset PYTHONPATH on gclient sync (#263)
1 parent f1e1b01 commit a63e154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ jobs:
165165
working-directory: C:\workspace\engine
166166
run: |
167167
gclient config --name=src\flutter --unmanaged https://github.com/flutter-tizen/engine
168-
$env:PYTHONPATH="C:\workspace\depot_tools"
168+
$Env:PYTHONPATH="C:\workspace\depot_tools"
169169
python3 src\flutter\ci\tizen\gclient-shallow-sync.py src\flutter\DEPS
170+
$Env:PYTHONPATH=""
170171
gclient sync -v --no-history --shallow
171172
172173
- name: build

0 commit comments

Comments
 (0)