Skip to content

Commit

Permalink
Fixed media info paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Nov 24, 2023
1 parent ffb32f8 commit 79887d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/multi-platform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ jobs:
java-version: 8
distribution: "zulu"

- name: Setup Ubuntu OS packages
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y libmediainfo0v5

- name: Run Tests
run: ./gradlew clean build check test coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}


# Publish to the staging repository only once, from the Linux Runner
- name: Publish to Staging repository
if: runner.os == 'Linux'
Expand Down
Binary file not shown.
Binary file added src/test/resources/linux-x86-64/libmediainfo.so
Binary file not shown.

0 comments on commit 79887d1

Please sign in to comment.