Fix apt install step
This commit is contained in:
parent
b510f2c576
commit
73ccdf5cac
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ jobs:
|
|||
|
||||
- name: Add Unlighthouse
|
||||
run: |
|
||||
apt install chromium
|
||||
echo "apt install -y chromium"
|
||||
apt install -y chromium
|
||||
echo "yarn global add @unlighthouse/cli"
|
||||
yarn global add @unlighthouse/cli
|
||||
|
||||
- name: Run Linter
|
||||
|
|
Loading…
Reference in a new issue