Skip to content

Commit

Permalink
rav1e build fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 26, 2024
1 parent 4a57fe9 commit 2ca2b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: build ffmpeg
run: |
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build
SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build
kill %1
- name: check shared library
run: |
Expand Down

0 comments on commit 2ca2b9b

Please sign in to comment.