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 79c8d86 commit dc1d060Copy full SHA for dc1d060
.github/workflows/premerge.yaml
@@ -61,7 +61,7 @@ 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 }}"
+ echo "${{ steps.vars.outputs.windows-projects }}"
+ 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"
0 commit comments