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 bcb8b05 commit cd631b1Copy full SHA for cd631b1
.github/workflows/solana.yml
@@ -141,6 +141,12 @@ jobs:
141
- name: Set default Rust toolchain
142
run: rustup default stable
143
working-directory: ./solana
144
+ - name: Git Submodule Update
145
+ run: |
146
+ git config --global user.email "[email protected]"
147
+ git config --global user.name "GitHub Actions"
148
+ git submodule update --init --recursive
149
+ working-directory: ./solana
150
- name: make anchor-test-upgrade
151
run: make anchor-test-upgrade
152
0 commit comments