Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent 9193a26 commit 341de65
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 @@ -69,9 +69,9 @@ jobs:
echo "PKG_CONFIG_PATH=/usr/aarch64-linux-gnu/lib/pkgconfig:/usr/lib/aarch64-linux-gnu/pkgconfig" >> $GITHUB_ENV
echo "PKG_CONFIG_SYSROOT_DIR=/usr/aarch64-linux-gnu" >> $GITHUB_ENV
- name: Install ARM64 development libraries (example: zlib)
- name: Install OpenSSL libraries for ARM64
if: matrix.arch == 'arm64' && matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libz-dev:aarch64
run: sudo apt-get install -y libssl-dev:aarch64

- name: Debug environment variables
run: |
Expand Down

0 comments on commit 341de65

Please sign in to comment.