Skip to content

Commit

Permalink
Trying to fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Sep 19, 2023
1 parent 582f7c2 commit 56d6999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
# os: [macos-latest]
# os: [ubuntu-latest, windows-latest]
os: [macos-latest]
release: [Release]
ssl: [ON, OFF]
client-only: [OFF]
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
-DSSLAUTHENTICATION=${{ matrix.ssl }}
-DCLIENT_ONLY=${{ matrix.client-only }}
-DENABLE_CAPNP=${{ matrix.capnp }}
-DOPENSSL_ROOT_DIR="$(brew --prefix openssl@1.1)"
-DOPENSSL_ROOT_DIR="$(brew --prefix openssl@3)"
- name: Configure portable XDR
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 56d6999

Please sign in to comment.