We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc30429 commit 3f9d1b6Copy full SHA for 3f9d1b6
.github/workflows/ci.yml
@@ -21,8 +21,9 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Dependencies
24
- - run: sudo apt-get update && sudo apt-get install -y ffmpeg # Need ffprobe for issue #37
25
- - 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
26
+ sudo apt-get install -y opus-tools # Need opusinfo for issue #130
27
- uses: actions-rs/toolchain@v1
28
with:
29
profile: minimal
0 commit comments