Install latest openssl on macos CI
This commit is contained in:

committed by
Arvid Norberg

parent
b221a46544
commit
b4caf6f6a0
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user