Fix apt install step

This commit is contained in:
Neshura 2024-01-02 02:42:57 +01:00
parent b510f2c576
commit 73ccdf5cac
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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