Skip to content

Commit

Permalink
Try sudo npm install -g puppeteer-cli --unsafe-perm=true refs #23
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 2, 2020
1 parent 2c02ad4 commit cba0c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install npm dependencies
run: sudo npm install puppeteer-cli --unsafe-perm=true
run: sudo npm install -g puppeteer-cli --unsafe-perm=true
- name: Download previous database unless REBUILD in commit message
if: |-
!contains(github.event.head_commit.message, 'REBUILD')
Expand Down

0 comments on commit cba0c98

Please sign in to comment.