Skip to content

Commit

Permalink
Re-enable Chrome download
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Oct 11, 2021
1 parent 3bb56ab commit 03eb9c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
$env:PUPPETEER_PRODUCT='firefox'
npm install
Remove-Item Env:\PUPPETEER_PRODUCT
Get-ChildItem -Path .local-firefox
npm install
Get-ChildItem -Path .local-chromium, .local-firefox
- name: Build
run: |
Expand Down

0 comments on commit 03eb9c5

Please sign in to comment.