Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Goodman authored Aug 2, 2024
1 parent 9e3ab1c commit e896883
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Use LLVM
run: clang --version

- name: Install ninja-build tool
run: sudo apt-get install -y ninja-build

- name: Install CMake
uses: trail-of-forks/actions-setup-cmake@master
with:
Expand All @@ -54,9 +57,6 @@ jobs:
- name: Use CMake
run: cmake --version

- name: Install ninja-build tool
uses: trail-of-forks/gha-setup-ninja@master

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -92,7 +92,6 @@ jobs:
-DCMAKE_SHARED_LINKER_FLAGS="--ld-path=$(which ld.lld-${LLVM_VER})" \
-DCMAKE_C_COMPILER="$(which clang-${LLVM_VER})" \
-DCMAKE_CXX_COMPILER="$(which clang++-${LLVM_VER})" \
-DCMAKE_MAKE_PROGRAM="$(which ninja)" \
-DClang_DIR=${LLVM_PREFIX_DIR}/lib/cmake/clang \
-DLLVM_DIR=${LLVM_PREFIX_DIR}/lib/cmake/llvm \
-DMLIR_DIR=${LLVM_PREFIX_DIR}/lib/cmake/mlir \
Expand Down

0 comments on commit e896883

Please sign in to comment.