Skip to content

Commit 608ff03

Browse files
authored
Fix ci build bug (#891)
1 parent 70983ee commit 608ff03

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
6666
run: |
6767
export PATH=`pwd`/flutter-tizen/bin:$PATH
68+
export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
6869
dbus-run-session -- bash -c "
6970
echo tizen | gnome-keyring-daemon --unlock &&
7071
./tools/tools_runner.sh build-examples \

.github/workflows/integration_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
if: ${{ github.event_name == 'pull_request' }}
3131
run: |
3232
export PATH=`pwd`/flutter-tizen/bin:$PATH
33+
export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
3334
./tools/tools_runner.sh integration-test \
3435
--recipe ./.github/recipe.yaml \
3536
--generate-emulators \
@@ -39,6 +40,7 @@ jobs:
3940
if: ${{ github.event_name == 'push' }}
4041
run: |
4142
export PATH=`pwd`/flutter-tizen/bin:$PATH
43+
export FLUTTER_ROOT=`pwd`/flutter-tizen/flutter
4244
./tools/tools_runner.sh integration-test \
4345
--recipe ./.github/recipe.yaml \
4446
--generate-emulators

0 commit comments

Comments
 (0)