Skip to content

Commit 48d7111

Browse files
committed
Fix MSYS package: add libgnutls-devel for SSL tests
The SSL tests (ssl_base, ssl_with_protocol_priorities, ssl_with_trust) were failing because GnuTLS wasn't installed in the MSYS environment.
1 parent 66770e0 commit 48d7111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
- name: Install MSYS packages
355355
if: ${{ matrix.os-type == 'windows' && matrix.msys-env == 'MSYS' }}
356356
run: |
357-
pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel
357+
pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel libgnutls-devel
358358
359359
- name: Install Ubuntu test sources
360360
run: |

0 commit comments

Comments
 (0)