Skip to content

Commit 66770e0

Browse files
committed
Fix MSYS package: use libcurl-devel for test headers
The curl package doesn't include development headers needed for compiling tests. Use libcurl-devel which provides curl/curl.h.
1 parent 805e001 commit 66770e0

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 curl
357+
pacman --noconfirm -S --needed msys2-devel gcc make libcurl-devel
358358
359359
- name: Install Ubuntu test sources
360360
run: |

0 commit comments

Comments
 (0)