Skip to content

Commit 7351039

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

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
8585
- name: Setup oneAPI env
8686
uses: ./src/devops/actions/setup_windows_oneapi_env
8787
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
88-
with:
89-
runner: ${{ runner.name }}
9088
- name: Set env
9189
run: |
9290
git config --system core.longpaths true

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
- name: Setup oneAPI env
6060
uses: ./llvm/devops/actions/setup_windows_oneapi_env
6161
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
62-
with:
63-
runner: ${{ inputs.runner }}
6462
- name: Set env
6563
run: |
6664
git config --system core.longpaths true

devops/actions/setup_windows_oneapi_env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup oneAPI env
77
shell: powershell
88
run: |
9-
batchFilePath = "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
9+
$batchFilePath = "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
1010
1111
$githubEnvFilePath = $env:GITHUB_ENV
1212

0 commit comments

Comments
 (0)