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 authored Jan 23, 2025
1 parent f1c3ae9 commit 860ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: set cache env
run: |
echo "cache-name=`git ls-remote https://github.com/openssl/openssl.git ${{matrix.branch}} | awk '{print $1}'`" >> "$GITHUB_ENV"
echo "OPENSSL_DIR=./${{ matrix.branch }}" >> $GITHUB_ENV
echo "OPENSSL_DIR=`pwd`/${{ matrix.branch }}" >> $GITHUB_ENV
- id: cache-openssl
name: cache openssl
Expand Down

0 comments on commit 860ccfe

Please sign in to comment.