Skip to content

Commit d75bc62

Browse files
fix(ci): remove libsvtav1enc2 from apt-get install in release workflow
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/454a4504-9c69-4ede-a700-6010d05e1e08 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent ec1f7fd commit d75bc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
- name: Install ffmpeg
225225
run: |
226226
sudo apt-get update
227-
sudo apt-get install -y ffmpeg libsvtav1enc2
227+
sudo apt-get install -y ffmpeg
228228
229229
- name: Clone and optimize all osu-resources from GitHub
230230
run: |

0 commit comments

Comments
 (0)