Skip to content

Commit

Permalink
workaround for github ci libssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnienaber committed Feb 17, 2023
1 parent 62c5062 commit a6bcbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: setup openssl (macos)
if: matrix.os == 'macos-latest'
run: |
brew install pkg-config
- name: download source
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a6bcbf3

Please sign in to comment.