From 341de65462dfcd5f51b70f0a65663b5894d0437b Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Fri, 11 Oct 2024 13:14:24 +0300 Subject: [PATCH] fix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dd4eda..4c4dd67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |