Skip to content

Commit

Permalink
Update ImagePipe (#705)
Browse files Browse the repository at this point in the history
* Update ImagePipe, fixes music finder

* Change rodio library, enable by default checking for broken audio files

* Don't crash when checking for broken files

* Fix stopping of scan in broken files

* No more

* PDF Support

* Infer and crash handler for music
  • Loading branch information
qarmin authored May 16, 2022
1 parent 073ae6f commit a54224f
Show file tree
Hide file tree
Showing 16 changed files with 748 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
linux-gui:
strategy:
matrix:
toolchain: [ stable, 1.57.0 ]
toolchain: [ stable, 1.60.0 ]
type: [ release ]
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
quality:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit a54224f

Please sign in to comment.