We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a57fe9 commit 2ca2b9bCopy full SHA for 2ca2b9b
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: build ffmpeg
46
run: |
47
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
48
- SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build
+ SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build
49
kill %1
50
- name: check shared library
51
0 commit comments