From a60062048bb804326fe1b1b3f55646490c59137a Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Wed, 29 Jan 2025 10:12:47 +0100 Subject: [PATCH] Update build_recipes.yaml --- .github/workflows/build_recipes.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build_recipes.yaml b/.github/workflows/build_recipes.yaml index 3370739e5..c89b77b13 100644 --- a/.github/workflows/build_recipes.yaml +++ b/.github/workflows/build_recipes.yaml @@ -39,6 +39,20 @@ jobs: - name: Delete fortran run: sudo apt-get remove gfortran -y + - name: apt-install playwright dependencies + run: | + sudo apt-get update -y && sudo apt-get install -y \ + libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0 \ + libgstreamer-gl1.0-0 \ + libgstreamer-plugins-bad1.0-0 \ + libflite1 \ + libavif16 \ + libharfbuzz-icu0 \ + libsecret-1-0 \ + libhyphen0 \ + libmanette-0.2-0 \ + libgles2 \ + gstreamer1.0-libav ################################################################ # CONFIG ################################################################