Skip to content

Commit

Permalink
ci: use npm i in devtools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 7, 2024
1 parent 7712dff commit 5157836
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
- name: Install Puppeteer
working-directory: devtools-frontend
run: |
puppeteer_pkgs=(../puppeteer-*.tgz)
tar -xf ${puppeteer_pkgs[1]} --strip-components 1 -C node_modules/@puppeteer/browsers
tar -xf ${puppeteer_pkgs[2]} --strip-components 1 -C node_modules/puppeteer-core
npm install ../puppeteer-browsers*.tgz ../puppeteer-core*.tgz
- name: Generate targets
working-directory: devtools-frontend
run: gn gen out/Default --args='devtools_skip_typecheck=true'
Expand Down

0 comments on commit 5157836

Please sign in to comment.