This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 368214e72 ci/playwright: remove man-db hack
368214e72 is described below

commit 368214e72104cd6b571c82b8fb5f920bc08e3196
Author: alxndrsn <alxndrsn>
AuthorDate: Wed Nov 19 13:38:08 2025 +0000

    ci/playwright: remove man-db hack
    
    This has been fixed upstream.  See:
    
    * 
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251102.99
    * 
https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20251112.150
    * 
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124
---
 .github/actions/install-playwright/action.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/actions/install-playwright/action.yml 
b/.github/actions/install-playwright/action.yml
index d1f49c2ed..23512ec68 100644
--- a/.github/actions/install-playwright/action.yml
+++ b/.github/actions/install-playwright/action.yml
@@ -5,8 +5,5 @@ runs:
   using: composite
 
   steps:
-    # workaround for #9127
-    - run: sudo apt-get remove --purge man-db
-      shell: bash
     - run: sudo npx playwright install-deps
       shell: bash

Reply via email to