Skip to content

Commit

Permalink
test github path
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Jan 17, 2025
1 parent 8b9fb8d commit a17b98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
./Configure shared --debug --strict-warnings
make -s -j4
cd ..
echo "OPENSSL_DIR=./openssl" >> $GITHUB_ENV
echo "$OPENSSL_DIR/apps" >> $GITHUB_PATH
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=$OPENSSL_DIR:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
- name: make
run: |
echo $PATH
Expand Down

0 comments on commit a17b98b

Please sign in to comment.