File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
3131 # Prevent Clang from using DWARF5, not supported by the valgrind version in runners
3232 - name : Set environment for Clang
3333 run : |
34- echo "CC=clang-15 " >> $GITHUB_ENV
34+ echo "CC=clang-16 " >> $GITHUB_ENV
3535 echo "CFLAGS=-gdwarf-4 -O2" >> $GITHUB_ENV
3636 if : ${{ matrix.cc == 'clang' }}
3737 - name : install clang repo
3838 run : |
3939 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key 2>/dev/null | sudo apt-key add -
40- sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main' -y
40+ sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main' -y
4141 sudo apt-get update -q
42- sudo apt-get install -y clang-15
42+ sudo apt-get install -y clang-16
4343 if : ${{ matrix.cc == 'clang' }}
4444 - name : install dependencies
4545 run : |
You can’t perform that action at this time.
0 commit comments