Skip to content

Commit

Permalink
Update build_recipes.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 29, 2025
1 parent 64d9149 commit a600620
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################################################
Expand Down

0 comments on commit a600620

Please sign in to comment.