We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4b49f commit 5ebb532Copy full SHA for 5ebb532
.github/workflows/solana.yml
@@ -33,6 +33,10 @@ jobs:
33
uses: dtolnay/rust-toolchain@master
34
with:
35
toolchain: ${{ env.RUSTC_VERSION }}
36
+ - name: Git Submodule Update
37
+ run: |
38
+ git pull --recurse-submodules
39
+ git submodule update --remote --recursive
40
- name: make cargo-test-all
41
run: make cargo-test-all
42
working-directory: ./solana
0 commit comments