Skip to content

Commit b51ec40

Browse files
committed
pwsh has problems so back to cmd
1 parent 22c0b62 commit b51ec40

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/amd64_nt.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 35
2424

2525
defaults:
26-
run: {shell: pwsh}
26+
run: {shell: cmd}
2727

2828
env:
2929
CM3_TARGET: AMD64_NT
@@ -44,8 +44,7 @@ jobs:
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 }}"

.github/workflows/i386_nt.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
backend: [c, integrated]
2929

3030
defaults:
31-
run: {shell: pwsh}
31+
run: {shell: cmd}
3232

3333
env:
3434
CM3_TARGET: I386_NT
@@ -49,8 +49,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)