Skip to content

Commit 5ebb532

Browse files
author
Bengt Lofgren
committed
workflow recurses submodule
1 parent 2f4b49f commit 5ebb532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/solana.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
uses: dtolnay/rust-toolchain@master
3434
with:
3535
toolchain: ${{ env.RUSTC_VERSION }}
36+
- name: Git Submodule Update
37+
run: |
38+
git pull --recurse-submodules
39+
git submodule update --remote --recursive
3640
- name: make cargo-test-all
3741
run: make cargo-test-all
3842
working-directory: ./solana

0 commit comments

Comments
 (0)