We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeb64d commit 69b9c48Copy full SHA for 69b9c48
.github/workflows/build-baremetal-ubuntu.yml
@@ -88,7 +88,7 @@ jobs:
88
-DCMAKE_CXX_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp"
89
90
- name: 'Configure ffmpeg repository'
91
- working-directory: "ffmpeg"
+ working-directory: "build/ffmpeg"
92
continue-on-error: true
93
run: |
94
./configure \
@@ -109,7 +109,7 @@ jobs:
109
{ tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log" && exit 1; }
110
111
- name: 'Build, install and check ffmpeg'
112
113
114
115
make clean
0 commit comments