We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870700e + 2bedf18 commit deb961dCopy full SHA for deb961d
.github/workflows/linux.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- run: sudo apt install -y libcppunit-dev cmake
10
- - run: git clone https://github.com/openwebf/quickjs
+ - run: git clone --recurse-submodules https://github.com/openwebf/quickjs
11
- run: ls -lah
12
- run: cd quickjs && bash scripts/ci.sh
13
- run: cd quickjs && cat test262_report.txt
.gitmodules
@@ -1,3 +1,4 @@
1
[submodule "vendor/mimalloc"]
2
path = vendor/mimalloc
3
- url = https://github.com/microsoft/mimalloc/tree/v2.0.9
+ url = https://github.com/microsoft/mimalloc
4
+ branch = v2.0.9
0 commit comments