We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cff51 commit 42b279dCopy full SHA for 42b279d
1 file changed
.github/workflows/test.yaml
@@ -52,8 +52,8 @@ jobs:
52
- name: Build tests
53
run: clojure -A:runtime.test.build
54
55
- - name: Install V8
56
- run: sudo apt-get install -y libv8-dev
+ - name: Install JSC
+ run: git clone --depth=1 git://git.webkit.org/WebKit.git WebKit; cd WebKit; Tools/Scripts/build-jsc --jsc-only; cd ..
57
58
- name: Run tests
59
- run: d8 builds/out-adv/core-advanced-test.js
+ run: WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js
0 commit comments