Skip to content

Commit dc1d060

Browse files
Try changing vars
1 parent 79c8d86 commit dc1d060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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 }}"
64+
echo "${{ steps.vars.outputs.windows-projects }}"
65+
echo "${{ steps.vars.outputs.windows-check-targets }}"
6666
#call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
6767
#bash .ci/monolithic-windows.sh "llvm;clang" "check-llvm check-clang"

0 commit comments

Comments
 (0)