mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 05:32:38 +00:00
Misc: Fix workflows
This commit is contained in:
parent
cc30429764
commit
3f9d1b6229
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -21,8 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Dependencies
|
||||
- run: sudo apt-get update && sudo apt-get install -y ffmpeg # Need ffprobe for issue #37
|
||||
- run: sudo apt-get install -y opus-tools # Need opusinfo for issue #130
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y ffmpeg # Need ffprobe for issue #37
|
||||
sudo apt-get install -y opus-tools # Need opusinfo for issue #130
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
|
|
Loading…
Reference in a new issue