File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 timeout-minutes : 35
2424
2525 defaults :
26- run : {shell: pwsh }
26+ run : {shell: cmd }
2727
2828 env :
2929 CM3_TARGET : AMD64_NT
4444
4545 - name : Install bootstrap release
4646 run : |
47- mkdir ..\build
48- mkdir ..\install
47+ mkdir ..\build ..\install
4948 cd ..\install
5049 wget --quiet "${{ inputs.release }}/${{ inputs.bootstrap }}"
5150 7z x -o.. "${{ inputs.bootstrap }}"
Original file line number Diff line number Diff line change 2828 backend : [c, integrated]
2929
3030 defaults :
31- run : {shell: pwsh }
31+ run : {shell: cmd }
3232
3333 env :
3434 CM3_TARGET : I386_NT
4949
5050 - name : Install bootstrap release
5151 run : |
52- mkdir ..\build
53- mkdir ..\install
52+ mkdir ..\build ..\install
5453 cd ..\install
5554 wget --quiet "${{ inputs.release }}/${{ inputs.bootstrap }}"
5655 7z x -o.. "${{ inputs.bootstrap }}"
You can’t perform that action at this time.
0 commit comments