Skip to content

Commit 990ee73

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/daily-update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212

1313
astra:
1414
runs-on: ubuntu-latest
15-
container: docker.io/chromedp/headless-shell:latest # container with chrome
1615
steps:
17-
16+
17+
- name: Install Chromium
18+
run: apt-get update && apt-get install -y chromium
19+
1820
- name: Checkout
1921
uses: actions/checkout@v4
2022

0 commit comments

Comments
 (0)