Skip to content

Commit

Permalink
adding rgbds install and remove
Browse files Browse the repository at this point in the history
  • Loading branch information
LaroldsJubilantJunkyard committed Jun 14, 2023
1 parent cdd2f12 commit 5b579ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
ref: v0.6.1
repository: gbdev/rgbds

- name: Install rgbds
working-directory: rgbds
run: |
sudo make install
- name: Remove rgbds
run: |
rm -rf rgbds
# ==== OS Specific Dependencies ====
- name: Linux Depends
if: matrix.name == 'Linux-x64'
Expand Down

0 comments on commit 5b579ae

Please sign in to comment.