Skip to content

Commit

Permalink
[ci] Unset PYTHONPATH on gclient sync (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim authored Mar 27, 2022
1 parent f1e1b01 commit a63e154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ jobs:
working-directory: C:\workspace\engine
run: |
gclient config --name=src\flutter --unmanaged https://github.com/flutter-tizen/engine
$env:PYTHONPATH="C:\workspace\depot_tools"
$Env:PYTHONPATH="C:\workspace\depot_tools"
python3 src\flutter\ci\tizen\gclient-shallow-sync.py src\flutter\DEPS
$Env:PYTHONPATH=""
gclient sync -v --no-history --shallow
- name: build
Expand Down

0 comments on commit a63e154

Please sign in to comment.