mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix devtools action
This commit is contained in:
parent
a85db46c40
commit
b5c20bd406
2
.github/workflows/devtools.yml
vendored
2
.github/workflows/devtools.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
- name: Install Puppeteer
|
- name: Install Puppeteer
|
||||||
working-directory: devtools-frontend
|
working-directory: devtools-frontend
|
||||||
run: |
|
run: |
|
||||||
puppeteer_pkgs=(puppeteer-*.tgz)
|
puppeteer_pkgs=(../puppeteer-*.tgz)
|
||||||
tar -xf ${puppeteer_pkgs[0]} --strip-components 1 -C node_modules/puppeteer
|
tar -xf ${puppeteer_pkgs[0]} --strip-components 1 -C node_modules/puppeteer
|
||||||
tar -xf ${puppeteer_pkgs[1]} --strip-components 1 -C node_modules/puppeteer-core
|
tar -xf ${puppeteer_pkgs[1]} --strip-components 1 -C node_modules/puppeteer-core
|
||||||
- name: Generate targets
|
- name: Generate targets
|
||||||
|
Loading…
Reference in New Issue
Block a user