Skip to content

Commit ca64575

Browse files
committed
fixup! fixup! fixup! fixup! fixup! add workflow to check compatability with openssl versions
1 parent e395ae3 commit ca64575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/OpenSSL_versions.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
./Configure shared --debug --strict-warnings
2323
make -s -j4
2424
cd ..
25-
echo "OPENSSL_DIR=./openssl" >> $GITHUB_ENV
25+
echo "OPENSSL_DIR=$PWD/openssl" >> "$GITHUB_ENV"
26+
echo "$PWD/openssl/apps" >> "$GITHUB_PATH"
27+
echo "LD_LIBRARY_PATH=$PWD/openssl:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
2628
- name: make
2729
run: |
2830
make -f Makefile_v1

0 commit comments

Comments
 (0)