Skip to content

Commit

Permalink
🔧 [CMake] Fix OpenSSL version on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 6, 2024
1 parent 39bf258 commit a590406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
if: runner.os == 'MacOS'
run: |
brew install openssl@3.0
brew unlink openssl@3
- name: ccache
uses: hendrikmuhs/ccache-action@main
Expand Down

0 comments on commit a590406

Please sign in to comment.