mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Update webkit.yml
try to fix the webkit build.
This commit is contained in:
parent
63f208bafb
commit
aa7096d2c7
2
.github/workflows/webkit.yml
vendored
2
.github/workflows/webkit.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
cd .local-webkit/linux-1046; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd
|
cd .local-webkit; cd "$(ls)"; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd
|
||||||
npm run build
|
npm run build
|
||||||
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
|
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user