mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-20 22:10:35 -04:00
Trying to fix macos build
This commit is contained in:
parent
ee432fe1d5
commit
61edd45a52
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
||||
choco install ffmpeg-shared
|
||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||
brew install ffmpeg
|
||||
find / -name '*avformat*'
|
||||
else
|
||||
# sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
|
||||
# sudo apt-get update -y
|
||||
@ -51,6 +50,8 @@ jobs:
|
||||
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
|
||||
LIB: ${{env.LIB}};C:\Program Files\FFmpeg\lib
|
||||
LIBPATH: ${{env.LIBPATH}};C:\Program Files\FFmpeg\lib
|
||||
CFLAGS: -I/usr/local/include
|
||||
LDFLAGS: -L/usr/local/lib
|
||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||
- name: Compression output
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user