Skip to content

Commit 0852b3e

Browse files
committed
Try to use no openssl ref
1 parent 96c5d97 commit 0852b3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/multi-compiler.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
openssl_ref: [ 'openssl-3.5.0' ]
2423
include:
2524
- CC: gcc-9
2625
CXX: g++-9
@@ -92,7 +91,7 @@ jobs:
9291
openssl-source
9392
openssl-install
9493
95-
key: ossl-depends-${{ matrix.openssl_ref }}-${{ github.sha }}
94+
key: ossl-depends-${{ matrix.wolfssl_ref }}-${{ matrix.CC }}-${{ github.sha }}
9695
lookup-only: true
9796

9897
# If not yet built this version, build it now
@@ -102,7 +101,7 @@ jobs:
102101
CC: ${{ matrix.CC }}
103102
CXX: ${{ matrix.CXX }}
104103
run: |
105-
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} OPENSSL_TAG=${{ matrix.openssl_ref }} ./scripts/build-wolfprovider.sh
104+
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
106105
107106
- name: Print errors
108107
if: ${{ failure() }}

0 commit comments

Comments
 (0)