diff --git a/.github/workflows/playwright-example.yml b/.github/workflows/playwright-example.yml index 83e3434..d2d2590 100644 --- a/.github/workflows/playwright-example.yml +++ b/.github/workflows/playwright-example.yml @@ -20,6 +20,8 @@ jobs: restore-keys: yarn- - run: yarn working-directory: ./playwright + - if: matrix.os == 'ubuntu-latest' + run: sudo apt install libgstreamer1.0-0 - run: node main working-directory: ./playwright env: