Skip to content

Commit

Permalink
Install openssl for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jun 15, 2024
1 parent f8bdec9 commit 67132b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
run: |
sudo apt update
sudo apt-get install -y binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu
sudo dpkg --add-architecture arm64
sudo apt-get install -y \
binutils-aarch64-linux-gnu \
gcc-aarch64-linux-gnu \
libssl-dev:arm64
echo CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc >> $GITHUB_ENV
- name: Cargo build
run: |
Expand Down

0 comments on commit 67132b9

Please sign in to comment.