mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-19 09:15:47 +08:00
aaa
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -58,9 +58,11 @@ jobs:
|
||||
run: |
|
||||
echo "CGO_CFLAGS=$(pkgconf --cflags mpv)" >> $GITHUB_ENV
|
||||
echo "CGO_LDFLAGS=$(pkgconf --libs mpv)" >> $GITHUB_ENV
|
||||
echo "CGO_ENABLED=1" >> $GITHUB_ENV
|
||||
echo "CC=/mingw64/bin/gcc" >> $GITHUB_ENV
|
||||
echo "CXX=/mingw64/bin/g++" >> $GITHUB_ENV
|
||||
|
||||
- name: check
|
||||
if: matrix.goos == 'windows'
|
||||
run: ls D:/a/_temp/msys64/mingw64/include
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: ${{ matrix.install_deps }}
|
||||
|
||||
Reference in New Issue
Block a user