Skip to content

Commit 3dcf078

Browse files
committed
Revert "Install chrome and scrape with xvfb-run"
This reverts commit 6e8db44.
1 parent 6e8db44 commit 3dcf078

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/daily-update.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17-
- name: Install Chrome
18-
run: |
19-
sudo apt-get update
20-
sudo apt-get install -y wget gnupg
21-
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
22-
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
23-
sudo apt-get update
24-
sudo apt-get install -y google-chrome-stable
17+
- name: Install Chromium
18+
run: sudo apt-get install -y chromium-browser
2519

2620
- name: Checkout
2721
uses: actions/checkout@v4
@@ -49,10 +43,7 @@ jobs:
4943
run: make build
5044

5145
- name: Scrape Astra
52-
env:
53-
CHROME_BIN: /usr/bin/google-chrome
54-
run: |
55-
xvfb-run --auto-servernum ./api-tools -scrape -astra
46+
run: ./api-tools -scrape -astra
5647

5748
# - name: Parse Astra
5849
# run: ./api-tools -parse -astra

0 commit comments

Comments
 (0)