using macos target for clunk

This commit is contained in:
stalkerg
2020-06-18 12:33:42 +09:00
parent e4e46a5d0d
commit 65a4272d96

View File

@@ -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