Skip to content

Commit

Permalink
adding rgbds checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
LaroldsJubilantJunkyard committed Jun 14, 2023
1 parent a3a97f5 commit cdd2f12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Checkout rgbds
uses: actions/checkout@master
with:
path: rgbds
ref: v0.6.1
repository: gbdev/rgbds

# ==== OS Specific Dependencies ====
- name: Linux Depends
if: matrix.name == 'Linux-x64'
Expand Down

0 comments on commit cdd2f12

Please sign in to comment.