Skip to content

Commit 84d71c9

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1568f0a commit 84d71c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
- name: Register cleanup after job is finished
121121
uses: ./src/devops/actions/cleanup
122122
- name: Configure
123+
shell: cmd
123124
env:
124125
ARGS: ${{ inputs.build_configure_extra_args }}
125126
# TODO switch to clang-cl and lld when this is fixed https://github.com/oneapi-src/level-zero/issues/83
@@ -130,10 +131,10 @@ jobs:
130131
mkdir -p D:\github\_work\cache
131132
mkdir -p D:\github\_work\cache\${{inputs.build_cache_suffix}}
132133
python.exe src/buildbot/configure.py -o build \
133-
--ci-defaults $ARGS \
134+
--ci-defaults %ARGS% \
134135
--cmake-opt="-DCMAKE_C_COMPILER=${{inputs.compiler}}" \
135136
--cmake-opt="-DCMAKE_CXX_COMPILER=${{inputs.compiler}}" \
136-
--cmake-opt="-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE\install" \
137+
--cmake-opt="-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\install" \
137138
--cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" \
138139
--cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=ccache" \
139140
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \

0 commit comments

Comments
 (0)