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 ################################################################