Skip to content

Commit dd99036

Browse files
authored
Merge pull request #296 from StoneyDSP/preview
docs/fetch-branch-commit-counts-as-module-version-numbers
2 parents bcbb50a + 0bb1fb4 commit dd99036

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242

4343
steps:
4444

45-
- name: Checkout
45+
- name: checkout StoneyVCV
4646
uses: actions/checkout@v4
47+
with:
48+
submodules: true
49+
fetch-depth: 0
4750

4851
- name: Install VCV's Linux Deps
4952
run: |

0 commit comments

Comments
 (0)