Skip to content

Commit cd631b1

Browse files
author
Bengt Lofgren
committed
added workflow and idl
1 parent bcb8b05 commit cd631b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/solana.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ jobs:
141141
- name: Set default Rust toolchain
142142
run: rustup default stable
143143
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
144150
- name: make anchor-test-upgrade
145151
run: make anchor-test-upgrade
146152
working-directory: ./solana

0 commit comments

Comments
 (0)