Skip to content

Commit bab6f22

Browse files
committed
Fix target-toolchain path
1 parent 9dd730e commit bab6f22

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
5454
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=DEPS
5555
gclient sync -v --no-history --shallow
5656
57-
- name: Install LLVM-18
58-
run: |
59-
apt update
60-
apt install -y wget gnupg lsb-release software-properties-common
61-
wget https://apt.llvm.org/llvm.sh
62-
chmod +x llvm.sh
63-
./llvm.sh 18
64-
6557
- name: Generate sysroot
6658
run: flutter/engine/src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
6759

@@ -75,7 +67,7 @@ jobs:
7567
--target-os linux \
7668
--linux-cpu ${{ matrix.arch }} \
7769
--no-goma \
78-
--target-toolchain /usr/lib/llvm-18 \
70+
--target-toolchain /tizen_tools/toolchains \
7971
--target-sysroot /tizen_tools/sysroot/${{ matrix.arch }} \
8072
--target-triple ${{ matrix.triple }} \
8173
--runtime-mode ${{ matrix.mode }} \

0 commit comments

Comments
 (0)