mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-21 06:20:34 -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
|
choco install ffmpeg-shared
|
||||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
find / -name '*avformat*'
|
|
||||||
else
|
else
|
||||||
# sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
|
# sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
|
||||||
# sudo apt-get update -y
|
# sudo apt-get update -y
|
||||||
@ -51,6 +50,8 @@ jobs:
|
|||||||
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
|
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
|
||||||
LIB: ${{env.LIB}};C:\Program Files\FFmpeg\lib
|
LIB: ${{env.LIB}};C:\Program Files\FFmpeg\lib
|
||||||
LIBPATH: ${{env.LIBPATH}};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
|
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||||
- name: Compression output
|
- name: Compression output
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user