Add apt update to dependency install step
Some checks failed
Run Tests on Code / test (push) Successful in 25s
Build and Release Docker Image / test (push) Failing after 33s

This commit is contained in:
Neshura 2024-01-02 02:47:42 +01:00
parent 1263f7b984
commit 2c8600c297
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
run: |
echo "apt install -y chromium-browser"
apt install -y chromium-browser
echo "apt update && apt install -y chromium-browser"
apt update && apt install -y chromium-browser
echo "yarn global add @unlighthouse/cli"
yarn global add @unlighthouse/cli

View file

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