Skip to content

Commit

Permalink
Mv to more portable binary name for Chrom/ium for #378
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Feb 11, 2025
1 parent 4ac10cf commit dc335a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
ref: ${{ github.ref }}
- uses: browser-actions/setup-chrome@v1
- run: Chromium --version
- run: |
${{ steps.setup-chrome.outputs.chrome-path }} --version
- name: Report Python version
run: file `which python3`
- name: Create venv to isolate Python dependencies
Expand All @@ -24,7 +25,7 @@ jobs:
- name: Install screenshot utility
run: python3 -m pip install screenshot
- name: Launch Chrome
run: Chromium
run: ${{ steps.setup-chrome.outputs.chrome-path }}
- name: Take screenshot of Chrome
run: screenshot Chromium --filename chrome.png --shadow
- name: Upload screenshot
Expand Down

0 comments on commit dc335a1

Please sign in to comment.