Skip to content

Commit

Permalink
action: install sitespeed.io from git
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 24, 2024
1 parent 8e7fac4 commit da77a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit da77a98

Please sign in to comment.