Skip to content

Commit

Permalink
chore: checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaller committed Dec 3, 2024
1 parent 4e187fc commit c55469a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mainnet-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
Expand Down

0 comments on commit c55469a

Please sign in to comment.