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

Skip to content

Commit a8f7e48

Browse files
authored
Update maven-ci-release-macos.yml
1 parent d7f02f3 commit a8f7e48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
cmake ..
3535
make
3636
sudo make install
37-
37+
38+
- name: Verify Installation and Environment
39+
run: gmssl version
40+
3841
- name: Build with Maven
3942
run: mvn clean install
4043

0 commit comments

Comments
 (0)