Skip to content

Commit

Permalink
Update OpenSSL_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Jan 17, 2025
1 parent f4639c9 commit 3e54df2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
./Configure shared --debug --strict-warnings
make -s -j4
cd ..
echo "OPENSSL_DIR=./openssl" >> $GITHUB_ENV
echo "PATH=$OPENSSL_DIR/apps:$PATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$OPENSSL_DIR:$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "OPENSSL_DIR=$PWD/openssl" >> "$GITHUB_ENV"
echo "$PWD/openssl/apps" >> "$GITHUB_PATH"
echo "LD_LIBRARY_PATH=$PWD/openssl:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
- name: make
run: |
echo $LD_LIBRARY_PATH
echo $PATH
which openssl
openssl version
make -f Makefile_v1 test_Mock
Expand Down

0 comments on commit 3e54df2

Please sign in to comment.