Skip to content

Commit f76d1be

Browse files
martijn-resolumeomartijn
authored andcommitted
Ensure submodules are checked out in ci
1 parent 8904fcf commit f76d1be

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: recursive
1618
- name: cmake
1719
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug
1820
- name: build

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: recursive
1618
- name: compiler
1719
run: sudo apt-get update && sudo apt-get install -y clang
1820
- name: cmake

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: recursive
1618
- name: cmake
1719
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=/usr/bin/clang++
1820
- name: build

0 commit comments

Comments
 (0)