feat: adjust ci

This commit is contained in:
rvcas 2023-02-23 20:20:32 -05:00
parent 9792b193a3
commit 7bc0514488
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 9 deletions

View File

@ -86,14 +86,6 @@ jobs:
with:
cache-on-failure: true
- name: Install OpenSSL
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install pkg-config libssl-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install openssl@1.1
fi
- name: Apple M1 setup
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
run: |
@ -104,7 +96,7 @@ jobs:
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
run: |
sudo apt-get update -y
sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev:arm64
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Build binaries