Skip to content

Commit

Permalink
Switch to chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 4, 2023
1 parent 0ad5331 commit 82bc4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
if: runner.os == 'Linux'
run: |
export PLAYWRIGHT_BROWSERS_PATH=0
poetry run playwright install chrome
poetry run playwright install chromium
- name: Install Chrome for Playwright (Windows)
if: runner.os == 'Windows'
run: |
$env:PLAYWRIGHT_BROWSERS_PATH="0"
poetry run playwright install chrome
poetry run playwright install chromium
# Build PyQt5 app binary with PyInstaller
- name: Build with PyInstaller
Expand Down

0 comments on commit 82bc4f3

Please sign in to comment.