Skip to content

Commit

Permalink
ci: fix ci job for devtools (#10944)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 19, 2023
1 parent 164bdd2 commit 9c5e9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/devtools.yml
Expand Up @@ -71,7 +71,6 @@ jobs:
working-directory: devtools-frontend
run: |
puppeteer_pkgs=(../puppeteer-*.tgz)
tar -xf ${puppeteer_pkgs[0]} --strip-components 1 -C node_modules/puppeteer
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
- name: Generate targets
Expand Down

0 comments on commit 9c5e9ee

Please sign in to comment.