Skip to content

Commit 778f382

Browse files
committed
Tweak Chrome exec
1 parent 2162e80 commit 778f382

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
with:
1414
ref: ${{ github.ref }}
1515
- uses: browser-actions/setup-chrome@v1
16-
- run: |
17-
Chromium --version
16+
- run: Chromium --version
1817
- name: Report Python version
1918
run: file `which python3`
2019
- name: Create venv to isolate Python dependencies

0 commit comments

Comments
 (0)