mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
using macos target for clunk
This commit is contained in:
2
.github/workflows/vangers_macos_build.yml
vendored
2
.github/workflows/vangers_macos_build.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
- name: clunk -- build and install
|
||||
run: cmake -DCMAKE_INSTALL_PREFIX=/usr/local -G Ninja .. && ninja && sudo ninja install
|
||||
working-directory: clunk/build
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.12
|
||||
- name: ffmpeg -- download
|
||||
run: git clone --depth 1 --branch n4.2.2 https://git.ffmpeg.org/ffmpeg.git ffmpeg
|
||||
- name: ffmpeg -- configure
|
||||
|
||||
Reference in New Issue
Block a user