diff --git a/.github/workflows/webkit.yml b/.github/workflows/webkit.yml index 9624c9c1cf..68b3536c90 100644 --- a/.github/workflows/webkit.yml +++ b/.github/workflows/webkit.yml @@ -31,7 +31,7 @@ jobs: - name: npm install, build, and test run: | 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 DUMPIO=1 xvfb-run --auto-servernum npm run wunit env: