Skip to content

Commit

Permalink
Install Chrome in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 24, 2023
1 parent 04e6de6 commit b2325ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Chromium
run: sudo apt-get update && sudo apt-get install chromium-browser

- name: Set up Python ${{ env.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit b2325ad

Please sign in to comment.