Fix CI again (#872)

* Fix CI yml

* Fix CI
This commit is contained in:
Dominik Maier 2022-10-29 00:05:28 +02:00 committed by GitHub
parent 17d0795f0d
commit ff945d9657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: Install mimetype - name: Install mimetype
if: runner.os == 'Linux'
run: sudo apt-get install libfile-mimeinfo-perl run: sudo apt-get install libfile-mimeinfo-perl
- name: Check for binary blobs - name: Check for binary blobs
if: runner.os == 'Linux' if: runner.os == 'Linux'