Misc: Fix workflows

This commit is contained in:
Serial 2023-01-21 12:11:16 -05:00
parent cc30429764
commit 3f9d1b6229
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -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