Skip to content

Commit f36987d

Browse files
authored
Update build-baremetal-ubuntu.yml
Fix missing '"' Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 654d872 commit f36987d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-baremetal-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
--extra-ldflags="-fopenmp -L/opt/intel/oneapi/ipp/latest/lib -L${PREFIX}/lib" \
107107
--enable-cross-compile \
108108
--prefix="${PREFIX}" || \
109-
{ tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log && exit 1 }
109+
{ tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log" && exit 1 }
110110
111111
- name: 'Build, install and check ffmpeg'
112112
working-directory: "ffmpeg"

0 commit comments

Comments
 (0)