We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffd6db commit 93d42cbCopy full SHA for 93d42cb
.github/workflows/sycl-macos-build-and-test.yml
@@ -52,6 +52,6 @@ jobs:
52
--ci-defaults $ARGS \
53
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
54
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
55
- --cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
+ --cmake-opt="-DLLVM_INSTALL_UTILS=ON"
56
- name: Compile
57
run: cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain
0 commit comments