Skip to content

Commit

Permalink
added libvpx7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Dec 19, 2024
1 parent bb9fb38 commit f4e828c
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,28 @@ jobs:
- name: Install dependencies
run: yarn

# Updated WebKit dependencies installation
# Updated WebKit dependencies installation with comprehensive dependencies
- name: Install WebKit dependencies
run: |
sudo apt-get update
sudo apt-get remove -y icu-devtools libicu-dev || true
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu70_70.1-2_amd64.deb
sudo dpkg -i libicu70_70.1-2_amd64.deb
sudo apt-get install -f
sudo apt-get install -y libwoff1 libharfbuzz-icu0 libgstreamer-plugins-base1.0-0 \
libgstreamer-gl1.0-0 libgstreamer1.0-0 libhyphen0 libmanette-0.2-0 \
libwebpdemux2 libenchant-2-2
sudo apt-get install -y --no-install-recommends \
libwoff1 \
libharfbuzz-icu0 \
libgstreamer-plugins-base1.0-0 \
libgstreamer-gl1.0-0 \
libgstreamer1.0-0 \
libhyphen0 \
libmanette-0.2-0 \
libwebpdemux2 \
libenchant-2-2 \
libvpx7 \
libwebkit2gtk-4.0-37 \
libicu70 \
libevent-2.1-7 \
libopus0 \
libxslt1.1 \
libwpe-1.0-1 \
libwpebackend-fdo-1.0-1
- name: Clear Playwright cache
run: |
Expand All @@ -62,8 +73,8 @@ jobs:
- name: Install Playwright Browsers
run: |
yarn playwright install --with-deps chromium firefox webkit
yarn playwright install-deps webkit
npx playwright install --with-deps
npx playwright install webkit
- name: Run Playwright tests
run: yarn playwright test
Expand Down

0 comments on commit f4e828c

Please sign in to comment.