Skip to content

Commit f1d3490

Browse files
committed
[Tizen] Add Clang install in Windows CI
1 parent d5920ef commit f1d3490

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ jobs:
142142
7z x -y -o"C:\workspace\depot_tools" .\depot_tools.zip
143143
echo "C:\workspace\depot_tools" >> $Env:GITHUB_PATH
144144
145+
- name: Set up Clang
146+
uses: egor-tensin/setup-clang@v1
147+
with:
148+
version: 19.1.7
149+
platform: x64
150+
145151
- name: Run gclient sync
146152
working-directory: C:\workspace\flutter
147153
shell: powershell

0 commit comments

Comments
 (0)