Skip to content

Commit

Permalink
Build in macOS with OpenSSL 3 too
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 24, 2023
1 parent 5161c33 commit dba5c9b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,23 @@ jobs:
run: make check
- name: make distcheck
run: make distcheck
macOS-13-openssl-3:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Remove old OpenSSL 1.1
run: brew uninstall [email protected]
- name: Install dependencies
run: brew install autoconf automake fltk openssl@3
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --disable-mbedtls
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck

0 comments on commit dba5c9b

Please sign in to comment.