Skip to content

Commit ec692e5

Browse files
committed
Install chromium differently
1 parent 990ee73 commit ec692e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Install Chromium
18-
run: apt-get update && apt-get install -y chromium
18+
run: sudo apt-get install -y chromium-browser
1919

2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)