File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
5656 echo "Building projects: ${windows_projects}"
5757 echo "Running project checks targets: ${windows_check_targets}"
5858
59- #echo "windows-projects=${windows_projects}" >> $GITHUB_OUTPUT
60- #echo "windows-check-targets=${windows_check_targets}" >> $GITHUB_OUTPUT
61- echo "windows-projects=llvm" >> $GITHUB_OUTPUT
62- echo "windows-check-targets=check-llvm" >> $GITHUB_OUTPUT
59+ echo "windows-projects=${windows_projects}" >> $GITHUB_OUTPUT
60+ echo "windows-check-targets=${windows_check_targets}" >> $GITHUB_OUTPUT
6361 - name : Build and Test
6462 shell : cmd
6563 run : |
66- call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
67- bash .ci/monolithic-windows.sh "llvm;clang" "check-llvm check-clang"
64+ echo "$ {{ steps.vars.outputs.windows-projects }}"
65+ echo "$ {{ steps.vars.outputs.windows-check-targets }}"
66+ #call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
67+ #bash .ci/monolithic-windows.sh "llvm;clang" "check-llvm check-clang"
You can’t perform that action at this time.
0 commit comments