Skip to content

Commit

Permalink
[Tizen] Set download_dart_sdk to false
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed Nov 4, 2022
1 parent 7b85443 commit 493e45e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run gclient sync
run: |
gclient config --name=src/flutter --unmanaged https://github.com/flutter-tizen/engine
gclient setdep --var=download_android_deps=False --deps-file=src/flutter/DEPS
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --deps-file=src/flutter/DEPS
sed -i -e "/src\/ios_tools/,+2d" src/flutter/DEPS
sed -i -e "/src\/fuchsia\/sdk/,+9d" src/flutter/DEPS
gclient sync -v --no-history --shallow
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
working-directory: C:\workspace\engine
run: |
gclient config --name=src\flutter --unmanaged https://github.com/flutter-tizen/engine
gclient setdep --var=download_dart_sdk=False --deps-file=src/flutter/DEPS
gclient sync -v --no-history --shallow
- name: Build
Expand Down Expand Up @@ -174,7 +175,7 @@ jobs:
- name: Run gclient sync
run: |
gclient config --name=src/flutter --unmanaged https://github.com/flutter-tizen/engine
gclient setdep --var=download_android_deps=False --deps-file=src/flutter/DEPS
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --deps-file=src/flutter/DEPS
gclient sync -v --no-history --shallow
- name: Build
Expand Down

0 comments on commit 493e45e

Please sign in to comment.