Skip to content

Commit 2f3861f

Browse files
committed
[GITHUB] Update LLVM_VERSION from 13 to 17
The former version is not available anymore on apt.llvm.org
1 parent 28399a2 commit 2f3861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install LLVM
4141
if: ${{ matrix.compiler == 'clang' }}
4242
run: |
43-
export LLVM_VERSION=13
43+
export LLVM_VERSION=17
4444
wget https://apt.llvm.org/llvm.sh
4545
chmod +x llvm.sh
4646
sudo ./llvm.sh $LLVM_VERSION

0 commit comments

Comments
 (0)