We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66770e0 commit 48d7111Copy full SHA for 48d7111
.github/workflows/verify-build.yml
@@ -354,7 +354,7 @@ jobs:
354
- name: Install MSYS packages
355
if: ${{ matrix.os-type == 'windows' && matrix.msys-env == 'MSYS' }}
356
run: |
357
- pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel
+ pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel libgnutls-devel
358
359
- name: Install Ubuntu test sources
360
0 commit comments