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