Skip to content

Commit 09b005c

Browse files
committed
Use correct path (OpenSYCL instead of hipSYCL)
1 parent c130a10 commit 09b005c

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
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
cd
5050
git clone https://github.com/OpenSYCL/OpenSYCL.git
51-
cd hipSYCL
51+
cd OpenSYCL
5252
mkdir build && cd build
5353
cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++-${{matrix.clang_version}} \
5454
-DCLANG_EXECUTABLE_PATH=/usr/bin/clang++-${{matrix.clang_version}} \

0 commit comments

Comments
 (0)