Skip to content

Commit

Permalink
openssl_dir as /usr/local/ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Sep 6, 2024
1 parent 566be00 commit 734b6bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_prod_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
elif [ "${{ matrix.osname }}" = "linux" ]; then
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
if [ "${{ matrix.arch }}" = "amd64" ]; then
sudo apt-get install gcc-aarch64-linux-gnu
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
elif [ "${{ matrix.arch }}" = "arm64" ]; then
echo "PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig" >> $GITHUB_ENV
fi
echo "OPENSSL_DIR=/usr/lib/ssl" >> $GITHUB_ENV
echo "OPENSSL_DIR=/usr/local/ssl" >> $GITHUB_ENV
echo "OPENSSL_INCLUDE_DIR=/usr/include/openssl" >> $GITHUB_ENV
echo "OPENSSL_LIB_DIR=/usr/lib/ssl" >> $GITHUB_ENV
elif [ "${{ matrix.osname }}" = "windows" ]; then
Expand Down

0 comments on commit 734b6bd

Please sign in to comment.