Correct apt package from chromium to chromium-browser
Some checks failed
Run Tests on Code / test (push) Successful in 20s
Build and Release Docker Image / test (push) Failing after 25s

This commit is contained in:
Neshura 2024-01-02 02:46:33 +01:00
parent ffd5125d3f
commit 1263f7b984
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 4 additions and 4 deletions

View file

@ -31,8 +31,8 @@ jobs:
- name: Add Unlighthouse - name: Add Unlighthouse
run: | run: |
echo "apt install -y chromium" echo "apt install -y chromium-browser"
apt install -y chromium apt install -y chromium-browser
echo "yarn global add @unlighthouse/cli" echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli yarn global add @unlighthouse/cli

View file

@ -31,8 +31,8 @@ jobs:
- name: Add Unlighthouse - name: Add Unlighthouse
run: | run: |
echo "apt install -y chromium" echo "apt install -y chromium-browser"
apt install -y chromium apt install -y chromium-browser
echo "yarn global add @unlighthouse/cli" echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli yarn global add @unlighthouse/cli