File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ jobs:
131131 mkdir -p D:\github\_work\cache
132132 mkdir -p D:\github\_work\cache\${{inputs.build_cache_suffix}}
133133 python.exe src/buildbot/configure.py -o build \
134- --ci-defaults %ARGS% \
135- --cmake-opt="-DCMAKE_C_COMPILER=${{inputs.compiler}}" \
136- --cmake-opt="-DCMAKE_CXX_COMPILER=${{inputs.compiler}}" \
137- --cmake-opt="-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\install" \
138- --cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" \
139- --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=ccache" \
140- --cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
134+ --ci-defaults %ARGS% ^
135+ --cmake-opt="-DCMAKE_C_COMPILER=${{inputs.compiler}}" ^
136+ --cmake-opt="-DCMAKE_CXX_COMPILER=${{inputs.compiler}}" ^
137+ --cmake-opt="-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\install" ^
138+ --cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ^
139+ --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=ccache" ^
140+ --cmake-opt="-DLLVM_INSTALL_UTILS=ON" ^
141141 --cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
142142 - name : Build
143143 id : build
You can’t perform that action at this time.
0 commit comments