Skip to content

Commit 2ca2b9b

Browse files
author
Markus Perl
committed
rav1e build fix macOS
1 parent 4a57fe9 commit 2ca2b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: build ffmpeg
4646
run: |
4747
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
48-
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build
48+
SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build
4949
kill %1
5050
- name: check shared library
5151
run: |

0 commit comments

Comments
 (0)