Skip to content

Commit

Permalink
Add gameboy-doctor and gb-test-roms as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Dec 29, 2023
1 parent e218621 commit ce8f664
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "vendor/gameboy-doctor"]
path = vendor/gameboy-doctor
url = [email protected]:robert/gameboy-doctor.git
[submodule "vendor/gb-test-roms"]
path = vendor/gb-test-roms
url = [email protected]:retrio/gb-test-roms.git
1 change: 1 addition & 0 deletions vendor/gameboy-doctor
Submodule gameboy-doctor added at bcbbf9
1 change: 1 addition & 0 deletions vendor/gb-test-roms
Submodule gb-test-roms added at c240dd

0 comments on commit ce8f664

Please sign in to comment.