Skip to content

Commit b4ebb52

Browse files
committed
ci: try installing chrome before uv sync
1 parent 68eb9cc commit b4ebb52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'internetarchive/brozzler'
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Install chrome
14+
run: |
15+
sudo apt-get update
16+
sudo apt-get install chromium-browser
1317
- name: Install uv
1418
uses: astral-sh/setup-uv@v5
1519
- name: Test new yt-dlp

0 commit comments

Comments
 (0)