Skip to content

Commit 2162e80

Browse files
committed
Rv to hard-coded Chromium binary
1 parent dc335a1 commit 2162e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.ref }}
1515
- uses: browser-actions/setup-chrome@v1
1616
- run: |
17-
${{ steps.setup-chrome.outputs.chrome-path }} --version
17+
Chromium --version
1818
- name: Report Python version
1919
run: file `which python3`
2020
- name: Create venv to isolate Python dependencies
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install screenshot utility
2626
run: python3 -m pip install screenshot
2727
- name: Launch Chrome
28-
run: ${{ steps.setup-chrome.outputs.chrome-path }}
28+
run: Chromium
2929
- name: Take screenshot of Chrome
3030
run: screenshot Chromium --filename chrome.png --shadow
3131
- name: Upload screenshot

0 commit comments

Comments
 (0)