Skip to content

Commit 0b32e2e

Browse files
maybe
1 parent dc1d060 commit 0b32e2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Build and Test
6262
shell: cmd
6363
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"
64+
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
65+
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
66+

0 commit comments

Comments
 (0)