feat: adjust ci
This commit is contained in:
parent
621626e8fa
commit
06be109930
|
@ -87,12 +87,12 @@ jobs:
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
- name: Get Dependencies [Ubuntu]
|
- name: Get Dependencies [Ubuntu]
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install pkg-config libssl-dev
|
sudo apt-get install pkg-config libssl-dev
|
||||||
|
|
||||||
- name: Get Dependencies [MacOS]
|
- name: Get Dependencies [MacOS]
|
||||||
if: matrix.os == 'macOS-latest'
|
if: ${{ matrix.os == 'macOS-latest' }}
|
||||||
run: |
|
run: |
|
||||||
brew install openssl@1.1
|
brew install openssl@1.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue