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