mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-11-29 11:46:53 -05:00
ci: install chrome before uv sync
This commit is contained in:
parent
3513da068d
commit
944dc4c478
1 changed files with 4 additions and 0 deletions
4
.github/workflows/dependabot.yml
vendored
4
.github/workflows/dependabot.yml
vendored
|
|
@ -10,6 +10,10 @@ jobs:
|
|||
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'internetarchive/brozzler'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install chrome
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install chromium-browser
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- name: Test new yt-dlp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue