Add apt update to dependency install step
This commit is contained in:
parent
a5381c5ba2
commit
f5d8ae4a46
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ jobs:
|
||||||
|
|
||||||
- name: Add Unlighthouse
|
- name: Add Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
echo "apt install -y chromium-browser"
|
echo "apt update && apt install -y chromium-browser"
|
||||||
apt install -y chromium-browser
|
apt update && 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue