Skip to content

Commit

Permalink
Add submodules to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 24, 2024
1 parent 19e1cae commit d4c34ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install tools
run: |
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "retail/libnds32"]
path = retail/libnds32
url = https://github.com/lifehackerhansol/libnds32
branch = master

0 comments on commit d4c34ef

Please sign in to comment.