Skip to content

Commit 9d744a3

Browse files
author
Jake Fecher
committed
Checkout submodules in github workflow
1 parent 76ee672 commit 9d744a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ante-ls.yml

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

1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
submodules: 'true'
1921
- name: Build
2022
working-directory: ./ante-ls
2123
run: cargo build --no-default-features

.github/workflows/ante.yml

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

1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
submodules: 'true'
1921
- name: Build
2022
run: cargo build --no-default-features
2123
- name: Run tests

0 commit comments

Comments
 (0)