mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 18:32:50 +08:00
asdf
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -17,14 +17,7 @@ jobs:
|
||||
goos: windows
|
||||
goarch: amd64
|
||||
executable_ext: ".exe"
|
||||
install_deps: |
|
||||
curl -LO https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-mpv-0.38.0-1-any.pkg.tar.zst
|
||||
curl -LO https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win64.zip
|
||||
7z x zstd-v1.5.2-win64.zip -ozstd
|
||||
.\\zstd\\zstd.exe -d mingw-w64-x86_64-mpv-0.38.0-1-any.pkg.tar.zst -o mingw-w64-x86_64-mpv-0.38.0-1-any.pkg.tar
|
||||
7z x mingw-w64-x86_64-mpv-0.38.0-1-any.pkg.tar -oC:/msys64/mingw64
|
||||
echo "CGO_CFLAGS=-IC:/msys64/mingw64/include" >> $GITHUB_ENV
|
||||
echo "CGO_LDFLAGS=-LC:/msys64/mingw64/lib" >> $GITHUB_ENV
|
||||
install_deps: ""
|
||||
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user