We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b763767 commit b756850Copy full SHA for b756850
1 file changed
.github/workflows/codeql.yml
@@ -120,8 +120,8 @@ jobs:
120
-DCMAKE_INSTALL_PREFIX=$HOME/ubuntu-22.04/postgresql/cc-install
121
-DDATABASE=pgsql
122
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
123
- -DLLVM_DIR=/usr/lib/llvm-11/cmake
124
- -DClang_DIR=/usr/lib/cmake/clang-11
+ -DLLVM_DIR=/usr/lib/llvm-15/cmake
+ -DClang_DIR=/usr/lib/cmake/clang-15
125
126
- name: Build
127
run: |
0 commit comments