mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 10:22:50 +08:00
cnm
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -56,14 +56,8 @@ jobs:
|
||||
if: matrix.goos == 'windows'
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
echo "CGO_CFLAGS=$(pkgconf --cflags mpv)" >> $GITHUB_ENV
|
||||
echo "CGO_LDFLAGS=$(pkgconf --libs mpv)" >> $GITHUB_ENV
|
||||
|
||||
- name: check
|
||||
if: matrix.goos == 'windows'
|
||||
run: |
|
||||
ls /mingw64/include
|
||||
|
||||
echo "CGO_CFLAGS=D:/a/_temp/msys64/mingw64/include" >> $GITHUB_ENV
|
||||
echo "CGO_LDFLAGS=D:/a/_temp/msys64/mingw64/lib" >> $GITHUB_ENV
|
||||
|
||||
- name: Install dependencies
|
||||
run: ${{ matrix.install_deps }}
|
||||
|
||||
Reference in New Issue
Block a user