Skip to content

Commit 1122961

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
with:
7979
arch: amd64
8080
- name: oneAPI setup
81-
shell: powershell
8281
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
8382
run: |
8483
$batchFilePath = "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
@@ -102,7 +101,6 @@ jobs:
102101
}
103102
}
104103
- name: Set env
105-
shell: powershell
106104
run: |
107105
git config --system core.longpaths true
108106
git config --global core.autocrlf false
@@ -117,6 +115,7 @@ jobs:
117115
- name: Register cleanup after job is finished
118116
uses: ./src/devops/actions/cleanup
119117
- name: Configure
118+
shell: cmd
120119
env:
121120
ARGS: ${{ inputs.build_configure_extra_args }}
122121
# TODO switch to clang-cl and lld when this is fixed https://github.com/oneapi-src/level-zero/issues/83

0 commit comments

Comments
 (0)