mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
ci: Add libcurl-devel to Windows deps
This commit is contained in:
parent
8e118258b3
commit
f86e30adea
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user