Skip to content

Commit 1b94cc4

Browse files
committed
Fix an gitlab issue
1 parent 27e4fe7 commit 1b94cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build_sycl:
4848
script:
4949
- git clone $CLONE_URL src
5050
- git -C src checkout $HEAD_SHA
51-
- source .github/ci_setup.sh SYCL
51+
- source src/.github/ci_setup.sh SYCL
5252
- >
5353
cmake -S src -B build
5454
-DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)