Skip to content

Commit deb961d

Browse files
authored
Merge pull request #31 from openwebf/feat/ci
fix: submodule clone errors
2 parents 870700e + 2bedf18 commit deb961d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- run: sudo apt install -y libcppunit-dev cmake
10-
- run: git clone https://github.com/openwebf/quickjs
10+
- run: git clone --recurse-submodules https://github.com/openwebf/quickjs
1111
- run: ls -lah
1212
- run: cd quickjs && bash scripts/ci.sh
1313
- run: cd quickjs && cat test262_report.txt

.gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "vendor/mimalloc"]
22
path = vendor/mimalloc
3-
url = https://github.com/microsoft/mimalloc/tree/v2.0.9
3+
url = https://github.com/microsoft/mimalloc
4+
branch = v2.0.9

0 commit comments

Comments
 (0)