Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae50080 commit 0eb888aCopy full SHA for 0eb888a
.github/workflows/maven-ci-release-windows.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
Expand-Archive -Path "GmSSL-v3.1.1.zip" -DestinationPath "GmSSL"
44
45
- - name: Build GmSSL
+ - name: Build GmSSL
46
47
cd GmSSL;
48
cd GmSSL-3.1.1;
@@ -52,15 +52,16 @@ jobs:
52
nmake ;
53
nmake install;
54
55
+ - name: Set PATH entry
56
shell: cmd
57
58
echo "##vso[task.prependpath]C:\Program Files\GmSSL\bin"
59
60
- name: Use PATH entry
61
62
63
- gmssl version
+ echo $env:PATH;
64
+ gmssl version;
65
66
- name: Build with Maven
67
run: mvn clean install
0 commit comments