Skip to content

Commit 42f6a7c

Browse files
revert path in opensycl tests
1 parent 73d52ed commit 42f6a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
cd $HOME/OpenSYCL/build
7979
mkdir tests-omp && cd tests-omp
8080
cmake \
81-
-DOPENSYCL_TARGETS="omp" \
82-
-DOpenSYCL_DIR=/opt/OpenSYCL/lib/cmake/OpenSYCL ../../tests
81+
-DHIPSYCL_TARGETS="omp" \
82+
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL ../../tests
8383
make -j 2 VERBOSE=ON
8484
- name: Open SYCL tests for CPU
8585
run: |

0 commit comments

Comments
 (0)