ci: Add libcurl-devel to Windows deps

This commit is contained in:
Matt Borgerson 2020-06-07 20:33:11 -07:00
parent 8e118258b3
commit f86e30adea

View file

@ -49,6 +49,7 @@ jobs:
7z x -y msys64.7z "-oC:\tools\"
echo "Updating MSYS2 environment..."
C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
C:\tools\msys64\usr\bin\bash.exe -lc "pacman -S --noconfirm --needed libcurl-devel"
# - name: Initialize Compiler Cache
# id: cache
# uses: actions/cache@v1