Skip to content

Commit ec7c250

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
arch: amd64
8585
- name: Setup oneAPI env
86-
- uses: ./src/.github/workflows/sycl-windows-setup-oneapi-env.yaml
86+
uses: ./src/.github/workflows/sycl-windows-setup-oneapi-env.yaml
8787
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
8888
with:
8989
runner: ${{ runner.name }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
arch: amd64
5959
- name: Setup oneAPI env
60-
- uses: ./llvm/.github/workflows/sycl-windows-setup-oneapi-env.yaml
60+
uses: ./llvm/.github/workflows/sycl-windows-setup-oneapi-env.yaml
6161
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
6262
with:
6363
runner: ${{ inputs.runner }}

0 commit comments

Comments
 (0)