Skip to content

Commit 2b6147a

Browse files
committed
(ci) import recursive git repos
1 parent c11286c commit 2b6147a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cpp-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
submodules: recursive
2426

2527
- name: Install Build Tools (Linux)
2628
if: runner.os == 'Linux'
2729
run: |
28-
apt-get update
29-
apt-get install -y cmake g++
30+
sudo apt-get update
31+
sudo apt-get install -y cmake g++
3032
3133
- name: Configure CMake
3234
run: cmake -B build -S cpp -DFORCE_AVX2=OFF -DENABLE_BENCHMARKS=OFF

0 commit comments

Comments
 (0)