Skip to content

Commit c9d0eac

Browse files
author
aehnh
committed
remove useless package installation
1 parent 7e61a00 commit c9d0eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: |
5050
cd packages/tests-e2e
5151
npm install
52-
sudo apt-get update
53-
sudo apt-get install -y libxml2-utils
52+
# sudo apt-get update
53+
# sudo apt-get install -y libxml2-utils
5454

5555
- uses: actions/cache@v3
5656
id: playwright-cache

0 commit comments

Comments
 (0)