From fb4c72734097baf8d01b10f9efe20d7bcebc867b Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 2 Apr 2023 12:54:05 +0100 Subject: [PATCH] chore: remove gstreamer-plugins-ugly --- pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipeline.yaml b/pipeline.yaml index 85f39526ce3..83c7c599a55 100644 --- a/pipeline.yaml +++ b/pipeline.yaml @@ -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' @@ -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"