Skip to content

Commit 6df8209

Browse files
author
Bengt Lofgren
committed
workflow recurses submodule
1 parent 2f4b49f commit 6df8209

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/solana.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ 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
40+
working-directory: ./solana
3641
- name: make cargo-test-all
3742
run: make cargo-test-all
3843
working-directory: ./solana

0 commit comments

Comments
 (0)