Skip to content

Commit

Permalink
Fix macos openssl install
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Oct 31, 2023
1 parent 646d8b2 commit 79dc4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install openssl
run: wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz &&
tar openssl-1.1.1w.tar.gz &&
cd openssl-1.1.1w.tar.gz &&
cd openssl-1.1.1w &&
./configure &&
make install

Expand Down

0 comments on commit 79dc4a2

Please sign in to comment.