From da77a98da0064e4bbb95ea9ceafc063049531a9a Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 24 May 2024 07:59:15 +0200 Subject: [PATCH] action: install sitespeed.io from git --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a4f3f36..f316a1d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,9 @@ jobs: with: node-version: '20.x' - name: Install sitespeed.io - run: npm install sitespeed.io -g + run: | + git clone https://github.com/sitespeedio/sitespeed.io.git + npm install --prefix sitespeed.io -g - name: Install Chrome run: | wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -