Skip to content

Commit

Permalink
ci/ssl: bump assets release (#1014)
Browse files Browse the repository at this point in the history
Use OpenSSL 3.2.0 and LibreSSL 3.8.2
  • Loading branch information
sreimers authored Nov 23, 2023
1 parent 544b1db commit f10f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Download pre-compiled OpenSSL/LibreSSL
run: |
wget "https://github.com/baresip/tools/releases/download/v0.3/assets.tar.gz"
wget "https://github.com/baresip/tools/releases/download/v2023.11.0/assets.tar.gz"
tar -xf assets.tar.gz
- name: make
run: cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j

0 comments on commit f10f2fc

Please sign in to comment.