We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654d872 commit f36987dCopy full SHA for f36987d
.github/workflows/build-baremetal-ubuntu.yml
@@ -106,7 +106,7 @@ jobs:
106
--extra-ldflags="-fopenmp -L/opt/intel/oneapi/ipp/latest/lib -L${PREFIX}/lib" \
107
--enable-cross-compile \
108
--prefix="${PREFIX}" || \
109
- { tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log && exit 1 }
+ { tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log" && exit 1 }
110
111
- name: 'Build, install and check ffmpeg'
112
working-directory: "ffmpeg"
0 commit comments