Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Jan 7, 2025
1 parent 0860ad9 commit d11f8fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/DVRescue_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pushd ../ZenLib/Project/GNU/Library && sh autogen.sh && ./configure --prefix=/usr/local && make && sudo make install && popd
- name: MediaInfoLib
run: |
git -C .. clone --depth=1 https://github.com/MediaArea/MediaInfoLib.git
git -C .. clone --depth=1 https://github.com/g-maxime/MediaInfoLib.git -b dvrror
pushd ../MediaInfoLib/Project/GNU/Library && sh autogen.sh && ./configure --prefix=/usr/local && make && sudo make install && popd
- name: Configure
run: |
Expand All @@ -53,4 +53,5 @@ jobs:
- name: Check
run: |
cd Project/GNU/CLI
make check
make check || cat test-suite.log
exit 1

0 comments on commit d11f8fc

Please sign in to comment.