Skip to content

Commit

Permalink
fixup! fixup! cache OpenSSL build output
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Jan 22, 2025
1 parent e9504bd commit d405117
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [openssl-3.0] #[openssl-3.0, openssl-3.1, openssl-3.2, openssl-3.3, openssl-3.4]
branch: [openssl-3.0, openssl-3.1, openssl-3.2, openssl-3.3, openssl-3.4]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: cache openssl
run: echo "cache-name= `git ls-remote https://github.com/openssl/openssl.git ${{matrix.branch}} | awk '{print $1}'`" >> "$GITHUB_ENV"
- name: set cache env
run: echo "cache-name=`git ls-remote https://github.com/openssl/openssl.git ${{matrix.branch}} | awk '{print $1}'`" >> "$GITHUB_ENV"

- id: cache-openssl
name: cache openssl
uses: actions/cache@v3
with:
path: /usr/local/${{ matrix.branch }}
Expand Down

0 comments on commit d405117

Please sign in to comment.