File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 38
38
cxx_flags : " -stdlib=libstdc++"
39
39
- version : 19
40
40
compiler : clang
41
- install : wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 19
41
+ install : wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 19 all
42
42
toolchain_root : " /usr/lib/llvm-19"
43
43
- version : 19
44
44
compiler : clang
@@ -110,6 +110,13 @@ jobs:
110
110
${{ matrix.install }}
111
111
sudo apt install -y ninja-build
112
112
113
+ - name : Install libclang for string catalog
114
+ run : |
115
+ python3 -m venv ${{github.workspace}}/test_venv
116
+ source ${{github.workspace}}/test_venv/bin/activate
117
+ pip install libclang
118
+ echo "${{github.workspace}}/test_venv/bin" >> $GITHUB_PATH
119
+
113
120
- name : Restore CPM cache
114
121
env :
115
122
cache-name : cpm-cache-0
You can’t perform that action at this time.
0 commit comments