Skip to content

Commit 921d208

Browse files
authored
Update .github/workflows/main.yml
1 parent b024a9a commit 921d208

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-
run: |
30-
sudo apt-get -qq update
31-
sudo apt-get install chromium-browser
29+
uses: browser-actions/setup-chrome@latest
30+
with:
31+
chrome-version: ${{ matrix.chrome }}
3232

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

0 commit comments

Comments
 (0)