Skip to content

Commit

Permalink
try to update openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Oct 25, 2024
1 parent f357894 commit da4d355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install OpenSSL
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -28,8 +28,8 @@ jobs:
run: npm install --build-from-source
env:
CI: true
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
OPENSSL_LIBRARIES: /usr/local/opt/openssl@1.1/lib
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@3
OPENSSL_LIBRARIES: /usr/local/opt/openssl@3/lib
- name: Test
run: npm run test
env:
Expand Down

0 comments on commit da4d355

Please sign in to comment.