Skip to content

Commit 08f3404

Browse files
committed
sudo apt
1 parent dc50535 commit 08f3404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: git submodule update --init --recursive
2727

2828
- name: Setup Chrome
29-
uses: browser-actions/setup-chrome@latest
30-
with:
31-
chrome-version: ${{ matrix.chrome }}
29+
run: /
30+
sudo apt-get -qq update
31+
sudo apt-get install chromium-browser
3232

3333
- name: Get Date
3434
id: get-date

0 commit comments

Comments
 (0)