Install latest openssl on macos CI

This commit is contained in:
AllSeeingEyeTolledEweSew
2021-10-01 00:09:03 +00:00
committed by Arvid Norberg
parent b221a46544
commit b4caf6f6a0
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: install boost
run: |
brew install boost-build boost
brew install boost-build boost openssl
echo "using darwin ;" >>~/user-config.jam
- name: build and run tests
@@ -61,7 +61,7 @@ jobs:
- name: install boost
run: |
brew install boost-build boost
brew install boost-build boost openssl
echo "using darwin ;" >>~/user-config.jam
- name: build and run simulations
@@ -93,7 +93,7 @@ jobs:
- name: install boost
run: |
brew install boost-build boost
brew install boost-build boost openssl
echo "using darwin ;" >>~/user-config.jam
- name: build and run tests

View File

@@ -22,7 +22,7 @@ jobs:
- name: dependencies (MacOS)
if: runner.os == 'macOS'
run: |
brew install boost-build boost boost-python3 python@3.9
brew install boost-build boost boost-python3 python@3.9 openssl
echo "using darwin ;" >>~/user-config.jam
- name: update package lists (linux)