mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
for now, just mac
This commit is contained in:
parent
98a59ab6c1
commit
6a035ff138
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -15,13 +15,13 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest]
|
||||
os: [macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Dependencies garbage
|
||||
run: brew options ffmpeg
|
||||
run: brew options ffmpeg libav
|
||||
|
||||
- name: Dependencies
|
||||
run: brew install ffmpeg
|
||||
|
Loading…
x
Reference in New Issue
Block a user