Skip to content

Commit

Permalink
install libssl dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent bf55ac3 commit 42a72cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
- name: Install OpenSSL libraries for ARM64
if: matrix.arch == 'arm64' && matrix.os == 'ubuntu-latest'
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y libssl-dev:aarch64
sudo apt-get install -y libssl-dev
- name: Debug environment variables
run: |
Expand Down

0 comments on commit 42a72cc

Please sign in to comment.