Skip to content

Commit

Permalink
Installing boost inside the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Aug 3, 2023
1 parent 084d5c7 commit 146a81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ jobs:
buildType: [Debug, Release]
runs-on: ${{ matrix.os }}
steps:
- name: Install Boost
run: brew install boost
- name: Install OpenSSL
run: |
brew install openssl
Expand Down

0 comments on commit 146a81f

Please sign in to comment.