We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f5984 commit a99d08dCopy full SHA for a99d08d
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install LLVM and Clang
28
uses: KyleMayes/install-llvm-action@v1
29
with:
30
- version: "16"
+ version: "15"
31
32
- name: Configure CMake
33
run: cmake -Bbuild -DBUILD_TESTS=YES
0 commit comments