Skip to content

Commit

Permalink
Add openssl to macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Oct 31, 2023
1 parent b1f2528 commit 646d8b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ jobs:
./configure &&
make install

#- name: Install openssl
- 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 &&
./configure &&
make install

- name: Install SDL2
run: brew install SDL2
Expand Down

0 comments on commit 646d8b2

Please sign in to comment.