File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4646 wget https://apt.llvm.org/llvm.sh
4747 sudo chmod +x llvm.sh
4848 sed 's/apt-key del/echo/' llvm.sh -iy
49- sudo ./llvm.sh 15 all
49+ sudo ./llvm.sh 15
50+ sudo apt install -y clang-15 llvm-15
5051 - name : Python dependencies
5152 run : sudo apt-get install python3-yaml unzip pkg-config python3-icu
5253 - name : Configure CMake
Original file line number Diff line number Diff line change 6767 wget https://apt.llvm.org/llvm.sh
6868 sudo chmod +x llvm.sh
6969 sed 's/apt-key del/echo/' llvm.sh -iy
70- sudo ./llvm.sh 15 all
70+ sudo ./llvm.sh 15
7171 sudo apt install clang-15
7272 if : matrix.compiler == 'clang' && matrix.compiler-version == 15
7373 - name : Install clang 16
7878 wget https://apt.llvm.org/llvm.sh
7979 sudo chmod +x llvm.sh
8080 sed 's/apt-key del/echo/' llvm.sh -iy
81- sudo ./llvm.sh 16 all
81+ sudo ./llvm.sh 16
82+ sudo apt install -y clang-16
8283 if : matrix.compiler == 'clang' && matrix.compiler-version == 16
8384
8485 - name : Python dependencies
You can’t perform that action at this time.
0 commit comments