Skip to content

Commit 69b9c48

Browse files
authored
Update build-baremetal-ubuntu.yml
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 8aeb64d commit 69b9c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
-DCMAKE_CXX_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp"
8989
9090
- name: 'Configure ffmpeg repository'
91-
working-directory: "ffmpeg"
91+
working-directory: "build/ffmpeg"
9292
continue-on-error: true
9393
run: |
9494
./configure \
@@ -109,7 +109,7 @@ jobs:
109109
{ tail -n 100 "${BUILD_DIR}/ffmpeg/ffbuild/config.log" && exit 1; }
110110
111111
- name: 'Build, install and check ffmpeg'
112-
working-directory: "ffmpeg"
112+
working-directory: "build/ffmpeg"
113113
continue-on-error: true
114114
run: |
115115
make clean

0 commit comments

Comments
 (0)