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 d4254fa commit 7cf3752Copy full SHA for 7cf3752
.github/workflows/sycl-linux-build.yml
@@ -242,7 +242,6 @@ jobs:
242
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
243
# TODO replace utility installation with a single CMake target
244
run: |
245
- cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain
246
cmake --build $GITHUB_WORKSPACE/build --target utils/FileCheck/install
247
cmake --build $GITHUB_WORKSPACE/build --target utils/count/install
248
cmake --build $GITHUB_WORKSPACE/build --target utils/not/install
0 commit comments