There was an error while loading. Please reload this page.
1 parent c11286c commit 2b6147aCopy full SHA for 2b6147a
1 file changed
.github/workflows/cpp-ci.yml
@@ -21,12 +21,14 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ submodules: recursive
26
27
- name: Install Build Tools (Linux)
28
if: runner.os == 'Linux'
29
run: |
- apt-get update
- apt-get install -y cmake g++
30
+ sudo apt-get update
31
+ sudo apt-get install -y cmake g++
32
33
- name: Configure CMake
34
run: cmake -B build -S cpp -DFORCE_AVX2=OFF -DENABLE_BENCHMARKS=OFF
0 commit comments