Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9bfe6f

Browse files
authored
Update maven-ci-release-windows.yml
1 parent 7d94d97 commit c9bfe6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-ci-release-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
nmake install;
5353
5454
- name: Set up environment
55-
shell: cmd
55+
shell: pwsh
5656
run: |
5757
echo "Path += ';C:\Program Files\GmSSL\bin'" >> $Env:GITHUB_ENV
5858
5959
- name: Verify Installation and Environment
60-
shell: cmd
60+
shell: pwsh
6161
run: |
6262
gmssl version
6363

0 commit comments

Comments
 (0)