We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./bin/qjs
1 parent 6d26d96 commit 8e059dbCopy full SHA for 8e059db
.github/workflows/cmake-debug.yml
@@ -26,5 +26,5 @@ jobs:
26
run: cmake --build ${{github.workspace}}/build --target qjs run-test262 -j 8
27
28
- name: Test
29
- run: qjs -e 'console.log("Hello, World!")'
+ run: ./bin/qjs -e 'console.log("Hello, World!")'
30
.github/workflows/cmake-release.yml
0 commit comments