feat: adjust ci

This commit is contained in:
rvcas 2023-02-23 19:51:52 -05:00
parent 621626e8fa
commit 06be109930
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@ jobs:
cache-on-failure: true
- name: Get Dependencies [Ubuntu]
if: matrix.os == 'ubuntu-latest'
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get install pkg-config libssl-dev
- name: Get Dependencies [MacOS]
if: matrix.os == 'macOS-latest'
if: ${{ matrix.os == 'macOS-latest' }}
run: |
brew install openssl@1.1