Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 29, 2024
1 parent 58fd16f commit 052986b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Common Dependencies
- name: Install Common Dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
Expand All @@ -40,7 +41,6 @@ jobs:
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo apt-get install -y libssl-dev:arm64
- name: Configure PKG_CONFIG_PATH for ARM64
if: matrix.target == 'aarch64-unknown-linux-gnu'
Expand Down

0 comments on commit 052986b

Please sign in to comment.