Skip to content

Commit 70a6b3b

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 23d728d commit 70a6b3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sycl-windows-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
8383
with:
8484
arch: amd64
85-
- uses: ./.github/workflows/sycl-windows-setup-oneapi-env.yaml
85+
- name: Setup oneAPI env
86+
- uses: ./src/.github/workflows/sycl-windows-setup-oneapi-env.yaml
8687
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
8788
with:
8889
runner: ${{ runner.name }}

.github/workflows/sycl-windows-run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
5757
with:
5858
arch: amd64
59-
- uses: ./.github/workflows/sycl-windows-setup-oneapi-env.yaml
59+
- name: Setup oneAPI env
60+
- uses: ./llvm/.github/workflows/sycl-windows-setup-oneapi-env.yaml
6061
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
6162
with:
6263
runner: ${{ inputs.runner }}

0 commit comments

Comments
 (0)