Skip to content

Commit

Permalink
Add OpenSSL for ubuntu-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrakiburrahman committed Oct 7, 2024
1 parent 89f28a1 commit ab38782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
shell: bash
run: chmod -R +x .scripts/*.sh && .scripts/checkout-delta-kernel-rs.sh

- name: Install OpenSSL
if: ${{ matrix.os == 'ubuntu-arm' }}
run: |
sudo apt-get update && sudo apt-get install -y openssl libssl-dev pkg-config
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit ab38782

Please sign in to comment.