Skip to content

Commit 3f9d1b6

Browse files
committed
Misc: Fix workflows
1 parent cc30429 commit 3f9d1b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- 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
24+
run: |
25+
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
2627
- uses: actions-rs/toolchain@v1
2728
with:
2829
profile: minimal

0 commit comments

Comments
 (0)