Skip to content

Commit 8b044b4

Browse files
committed
try fixing the ubuntu llvm version mismatch...
1 parent 157d1e5 commit 8b044b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
run: |
8585
echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_C_FLAGS=-fsanitize=address" >> $GITHUB_ENV
8686
87+
- name: Force LLVM14 (ubuntu)
88+
if: startsWith(matrix.os,'ubuntu')
89+
run: |
90+
echo "CMAKE_PLATFORM_SPECIFIC_ARGS=${{ env.CMAKE_PLATFORM_SPECIFIC_ARGS }} -DLLVM_DIR=/usr/lib/llvm-14/cmake" >> $GITHUB_ENV
91+
8792
- name: Install json-c (vcpkg)
8893
if: startsWith(matrix.os,'windows')
8994
run: |

0 commit comments

Comments
 (0)