File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4444 echo "LD_LIBRARY_PATH=${{env.SYCL_INSTALL_DIR}}/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4545
4646 - name : Remove UMF installed with llvm
47+ if : false
4748 run : rm -f ${{env.SYCL_INSTALL_DIR}}/lib/libumf*
4849
4950 - name : Print installed sycl files
@@ -52,12 +53,14 @@ jobs:
5253
5354 # Install UMF
5455 - name : Checkout UMF
56+ if : false
5557 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5658 with :
5759 path : umf_repo
5860 fetch-depth : 0
5961
6062 - name : Configure UMF
63+ if : false
6164 working-directory : umf_repo
6265 run : >
6366 cmake
7174 -DUMF_BUILD_EXAMPLES=OFF
7275
7376 - name : Build and install UMF
77+ if : false
7478 working-directory : umf_repo
7579 run : cmake --build build --target install -j$(nproc)
7680
You can’t perform that action at this time.
0 commit comments