Skip to content

Commit 7e55331

Browse files
authored
Merge pull request #319 from winnerspiros/copilot/fix-last-build-failure-please-work
fix(ci): remove unavailable libsvtav1enc2 from release workflow
2 parents ec1f7fd + d75bc62 commit 7e55331

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)