File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments