We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a6b3b commit ec7c250Copy full SHA for ec7c250
.github/workflows/sycl-windows-build.yml
@@ -83,7 +83,7 @@ jobs:
83
with:
84
arch: amd64
85
- name: Setup oneAPI env
86
- - uses: ./src/.github/workflows/sycl-windows-setup-oneapi-env.yaml
+ uses: ./src/.github/workflows/sycl-windows-setup-oneapi-env.yaml
87
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
88
89
runner: ${{ runner.name }}
.github/workflows/sycl-windows-run-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
- - uses: ./llvm/.github/workflows/sycl-windows-setup-oneapi-env.yaml
+ uses: ./llvm/.github/workflows/sycl-windows-setup-oneapi-env.yaml
61
62
63
runner: ${{ inputs.runner }}
0 commit comments