Skip to content

Commit

Permalink
ci: install pkg-config libudev and openssl for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Mar 8, 2024
1 parent c80f766 commit d416307
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}

- name: Install ssl
if: "matrix.build == aarch64-linux"
run: |
sudo apt-get update
sudo apt-get -y install pkg-config libudev-dev libssl-dev
- name: Install Cross
if: "matrix.cross"
run: |
Expand Down

0 comments on commit d416307

Please sign in to comment.