Skip to content

Commit 49ff9b0

Browse files
Fix CIs
Signed-off-by: FedericoBruzzone <[email protected]>
1 parent e2c5e52 commit 49ff9b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/apple-silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
cd $GITHUB_WORKSPACE
3535
mkdir build && cd build
36-
cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
36+
cmake -DLLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
3737
make -j2
3838
- name: Run tests for `llvm-pass-template`
3939
run: |

.github/workflows/ubuntu-x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cd $GITHUB_WORKSPACE
3636
mkdir build && cd build
37-
cmake -DLT_LLVM_INSTALL_DIR="/usr/lib/llvm-21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
37+
cmake -DLLVM_INSTALL_DIR="/usr/lib/llvm-21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
3838
make -j2
3939
- name: Run tests for `llvm-pass-template`
4040
run: |

0 commit comments

Comments
 (0)