Skip to content

Commit fb29896

Browse files
committed
Add Oboe as submodule to use as backend
1 parent 6de2777 commit fb29896

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
with:
79+
submodules: 'true'
7980
fetch-depth: '0'
8081

8182
- name: Get current commit tag, short hash, count and date

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "oboe"]
2+
path = oboe
3+
url = https://github.com/google/oboe.git

oboe

Submodule oboe added at 87c8e78

0 commit comments

Comments
 (0)