Update webkit.yml

this line didn't make sense to me so i'll delete it and see what happens.
This commit is contained in:
Joel Einbinder 2020-01-09 17:07:22 -08:00 committed by GitHub
parent 4d2a503c44
commit b7ac026e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ jobs:
- name: npm install, build, and test
run: |
npm install
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: