mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix windows build
This commit is contained in:
@@ -36,11 +36,12 @@ jobs:
|
||||
coreutils
|
||||
base-devel
|
||||
git
|
||||
mingw-w64-x86_64-gcc
|
||||
make
|
||||
libtool
|
||||
autoconf
|
||||
automake-wrapper
|
||||
p7zip
|
||||
mingw-w64-x86_64-gcc
|
||||
mingw-w64-x86_64-cmake
|
||||
mingw-w64-x86_64-pugixml
|
||||
mingw-w64-x86_64-libusb
|
||||
@@ -48,19 +49,14 @@ jobs:
|
||||
mingw-w64-x86_64-curl
|
||||
mingw-w64-x86_64-openssl
|
||||
mingw-w64-x86_64-libzip
|
||||
mingw-w64-x86_64-libheif
|
||||
mingw-w64-x86_64-go
|
||||
p7zip
|
||||
|
||||
- name: Install GStreamer 1.26.5 from archive
|
||||
run: |
|
||||
pacman -U --noconfirm --needed --overwrite '*' \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gstreamer-1.26.5-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gst-plugins-base-1.26.5-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gst-plugins-good-1.26.5-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gst-plugins-bad-1.26.5-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gst-plugins-ugly-1.26.5-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gst-libav-1.26.5-1-any.pkg.tar.zst
|
||||
mingw-w64-x86_64-gstreamer
|
||||
mingw-w64-x86_64-gst-plugins-base
|
||||
mingw-w64-x86_64-gst-plugins-good
|
||||
mingw-w64-x86_64-gst-plugins-bad
|
||||
mingw-w64-x86_64-gst-plugins-ugly
|
||||
mingw-w64-x86_64-gst-libav
|
||||
mingw-w64-x86_64-libheif
|
||||
|
||||
- uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user