Skip to content

Commit

Permalink
openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jun 30, 2024
1 parent fcda7b1 commit de66527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: npm install --build-from-source
env:
CI: true
OPENSSL_ROOT_DIR: /usr/local/opt/openssl
OPENSSL_LIBRARIES: /usr/local/opt/openssl/lib
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
OPENSSL_LIBRARIES: /usr/local/opt/openssl@1.1/lib
- name: Test
run: npm run test
env:
Expand Down

0 comments on commit de66527

Please sign in to comment.