Skip to content

Commit

Permalink
recursive pull during build
Browse files Browse the repository at this point in the history
  • Loading branch information
dslatt committed Jun 14, 2024
1 parent 4d7adb2 commit dde3702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-switch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install system dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install system dependencies
run: |
Expand Down

0 comments on commit dde3702

Please sign in to comment.