We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ef7d2 commit 4a57fe9Copy full SHA for 4a57fe9
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: build ffmpeg
24
run: |
25
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
26
- SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
+ SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
27
kill %1
28
- name: check shared library
29
0 commit comments