From aa7096d2c79e191da21ce23dbe73a66e2fc398d4 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Thu, 9 Jan 2020 17:03:16 -0800 Subject: [PATCH] Update webkit.yml try to fix the webkit build. --- .github/workflows/webkit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: