Skip to content

Commit

Permalink
PREFERRED_LLVM_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
wenju-he committed Jun 4, 2024
1 parent 56d9a93 commit 31afe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-verification-out-of-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
mkdir build && cd build
cmake ${{ github.workspace }}/opencl-clang \
-DLLVM_VERSION_MINOR="${{ env.LLVM_VERSION }}.${{ env.LLVM_VERSION_MINOR }}" \
-DPREFERRED_LLVM_VERSION="${{ env.LLVM_VERSION }}.${{ env.LLVM_VERSION_MINOR }}" \
-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
-DSPIRV_TRANSLATOR_DIR=${{ env.spirv-translator-dir }} \
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 31afe7e

Please sign in to comment.