File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ jobs:
125125 # ####################
126126 # ## OpenSSL build ###
127127 # ####################
128- - name : Setup OpenSSL 3.5
128+ - name : Setup OpenSSL 4.0
129129 id : ossl-setup
130130 run : |
131- OPENSSL_BRANCH="openssl-3.5 "
131+ OPENSSL_BRANCH="openssl-4.0 "
132132
133133 cd ..
134134 git clone https://github.com/openssl/openssl.git \
@@ -151,7 +151,7 @@ jobs:
151151 ./Configure no-docs no-tests
152152 make -j$(nproc)
153153
154- - name : Cache OpenSSL 3.5 build
154+ - name : Cache OpenSSL 4.0 build
155155 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
156156 uses : actions/cache/save@v4
157157 with :
@@ -194,7 +194,7 @@ jobs:
194194 - uses : actions/upload-artifact@v4
195195 if : failure()
196196 with :
197- name : Build logs OpenSSL version 3.5
197+ name : Build logs OpenSSL version 4.0
198198 path : |
199199 target/debug/build/*/output
200200
You can’t perform that action at this time.
0 commit comments