We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e001 commit 66770e0Copy full SHA for 66770e0
.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 curl
+ pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel
358
359
- name: Install Ubuntu test sources
360
0 commit comments