We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1d060 commit 0b32e2eCopy full SHA for 0b32e2e
.github/workflows/premerge.yaml
@@ -61,7 +61,6 @@ jobs:
61
- name: Build and Test
62
shell: cmd
63
run: |
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"
+ call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
+ bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
+
0 commit comments