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

Skip to content

Commit 0eb888a

Browse files
authored
Update maven-ci-release-windows.yml
1 parent ae50080 commit 0eb888a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
Expand-Archive -Path "GmSSL-v3.1.1.zip" -DestinationPath "GmSSL"
4444
45-
- name: Build GmSSL
45+
- name: Build GmSSL
4646
run: |
4747
cd GmSSL;
4848
cd GmSSL-3.1.1;
@@ -52,15 +52,16 @@ jobs:
5252
nmake ;
5353
nmake install;
5454
55-
- name: Build GmSSL
55+
- name: Set PATH entry
5656
shell: cmd
5757
run: |
5858
echo "##vso[task.prependpath]C:\Program Files\GmSSL\bin"
5959
6060
- name: Use PATH entry
6161
shell: cmd
6262
run: |
63-
gmssl version
63+
echo $env:PATH;
64+
gmssl version;
6465
6566
- name: Build with Maven
6667
run: mvn clean install

0 commit comments

Comments
 (0)