Skip to content

Commit

Permalink
chore: remove gstreamer-plugins-ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Apr 3, 2023
1 parent 1dd0bae commit fb4c727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cancelTimeoutInMinutes: 0
condition: eq(variables.runTests, 'True')
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-22.04
steps:
- task: AzureCLI@2
displayName: 'Scala Style Check'
Expand Down Expand Up @@ -720,7 +720,6 @@ jobs:
inlineScript: |
ulimit -c unlimited
(${FFMPEG:-false} && sudo add-apt-repository ppa:savoury1/ffmpeg4 -y && \
sudo apt-get remove keysinuse -y && \
sudo apt-get update && sudo apt-get install ffmpeg libgstreamer1.0-0 \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly -y)
export SBT_OPTS="-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xss2M -Duser.timezone=GMT"
Expand Down

0 comments on commit fb4c727

Please sign in to comment.