feat: adjust ci
This commit is contained in:
parent
06be109930
commit
9792b193a3
|
@ -86,15 +86,13 @@ jobs:
|
|||
with:
|
||||
cache-on-failure: true
|
||||
|
||||
- name: Get Dependencies [Ubuntu]
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
- name: Install OpenSSL
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
sudo apt-get install pkg-config libssl-dev
|
||||
|
||||
- name: Get Dependencies [MacOS]
|
||||
if: ${{ matrix.os == 'macOS-latest' }}
|
||||
run: |
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew install openssl@1.1
|
||||
fi
|
||||
|
||||
- name: Apple M1 setup
|
||||
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
|
||||
|
|
Loading…
Reference in New Issue