We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990ee73 commit ec692e5Copy full SHA for ec692e5
.github/workflows/daily-update.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
17
- name: Install Chromium
18
- run: apt-get update && apt-get install -y chromium
+ run: sudo apt-get install -y chromium-browser
19
20
- name: Checkout
21
uses: actions/checkout@v4
0 commit comments