Skip to content

Commit

Permalink
Update version_compatability.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Oct 15, 2024
1 parent 010c3e2 commit a15ed0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version_compatability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
make -f Makefile_v1 clean_all
- name: cmake
run: |
echo "OPENSSL_DIR=/usr/local/${{ matrix.branch }}" >> $GITHUB_ENV
echo "OPENSSL_LIB=/usr/local/${{ matrix.branch }}/lib64" >> $GITHUB_ENV
cmake .
make
mkdir build
Expand Down

0 comments on commit a15ed0b

Please sign in to comment.