Skip to content

Commit b756850

Browse files
authored
Update LLVM in CodeQL job
1 parent b763767 commit b756850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
-DCMAKE_INSTALL_PREFIX=$HOME/ubuntu-22.04/postgresql/cc-install
121121
-DDATABASE=pgsql
122122
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
123-
-DLLVM_DIR=/usr/lib/llvm-11/cmake
124-
-DClang_DIR=/usr/lib/cmake/clang-11
123+
-DLLVM_DIR=/usr/lib/llvm-15/cmake
124+
-DClang_DIR=/usr/lib/cmake/clang-15
125125
126126
- name: Build
127127
run: |

0 commit comments

Comments
 (0)