Skip to content

Commit

Permalink
Checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithMa committed Sep 12, 2024
1 parent 5bc14ea commit ac0ac49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# CHECKOUT RGBDS
- id: checkout-rgbds
name: "Checkout gbdev/rgbds"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: rgbds
ref: ${{ env.RGBDS_VERSION }}
Expand All @@ -42,9 +42,11 @@ jobs:
sudo make install
# CHECKOUT REPOSITORY
# WITH SUBMODULES
- id: checkout-schlange
name: "Checkout CodeWithMa/schlange"
uses: actions/checkout@v3
uses: actions/checkout@v4
submodules: true

# BUILD ROMS
- id: build-schlange
Expand Down

0 comments on commit ac0ac49

Please sign in to comment.