Skip to content

Commit

Permalink
Merge pull request #1279 from paullouisageneau/workflow-macos-update-…
Browse files Browse the repository at this point in the history
…openssl

Update OpenSSL in MacOS workflow
  • Loading branch information
paullouisageneau authored Oct 24, 2024
2 parents aa93670 + 889bf0d commit 4e95467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install packages
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@3
- name: submodules
run: git submodule update --init --recursive --depth 1
- name: cmake
Expand Down

0 comments on commit 4e95467

Please sign in to comment.