Skip to content

Commit

Permalink
Try macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Oct 31, 2023
1 parent aa61fe3 commit c50ac68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ jobs:
tar xfv dfu-util-0.11.tar.gz &&
cd dfu-util-0.11 &&
./configure &&
make install
make install &&
cd ..

- name: Install openssl
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
./Configure &&
make &&
cd ..

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

0 comments on commit c50ac68

Please sign in to comment.