Skip to content

Commit

Permalink
macos another install openssl try
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Nov 3, 2023
1 parent f84dd92 commit 13719f7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,8 @@ jobs:
run: brew install SDL2

- name: Install openssl 1.1
run: wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz &&
tar xfv openssl-1.1.1w.tar.gz &&
cd openssl-1.1.1w &&
./config &&
make install
run: brew install [email protected] && \
cp /usr/local/opt/[email protected]/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 13719f7

Please sign in to comment.