Skip to content

Commit 7e4c668

Browse files
Update environment variable to OPENSYCL_TARGETS
1 parent f58963c commit 7e4c668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cd $HOME/OpenSYCL/build
7979
mkdir tests-omp && cd tests-omp
8080
cmake \
81-
-DHIPSYCL_TARGETS="omp" \
81+
-DOPENSYCL_TARGETS="omp" \
8282
-DOpenSYCL_DIR=/opt/OpenSYCL/lib/cmake/OpenSYCL ../../tests
8383
make -j 2 VERBOSE=ON
8484
- name: Open SYCL tests for CPU

0 commit comments

Comments
 (0)