Skip to content

Commit

Permalink
Update bot_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp authored Dec 16, 2024
1 parent 2b77e31 commit 0d4c9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install playwright
if: steps.cache-playwright.outputs.cache-hit != 'true'
run: |
portey run sudo apt-get update
poetry run sudo apt-get update
poetry run sudo apt-get install -y libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav flite x264 libx264-dev
poetry run sudo playwright install-deps
poetry run pip install playwright
Expand Down

0 comments on commit 0d4c9b5

Please sign in to comment.