Skip to content

Commit

Permalink
ci/mingw: bump openssl 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 10, 2024
1 parent 8c54e5d commit c03590b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
id: openssl
with:
path: baresip-win32/openssl
key: ${{ runner.os }}-mingw-openssl-3.0.7
key: ${{ runner.os }}-mingw-openssl-3.2.3

- name: "build openssl"
if: steps.openssl.outputs.cache-hit != 'true'
run: |
wget https://www.openssl.org/source/openssl-3.0.7.tar.gz
tar -xzf openssl-3.0.7.tar.gz
mv openssl-3.0.7 baresip-win32/openssl
wget https://www.openssl.org/source/openssl-3.2.3.tar.gz
tar -xzf openssl-3.2.3.tar.gz
mv openssl-3.2.3 baresip-win32/openssl
make -j$(nproc) -C baresip-win32 openssl
- name: "build"
Expand Down

0 comments on commit c03590b

Please sign in to comment.