Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed Jul 7, 2024
1 parent cc0f7bc commit b501657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install rgbds
run: wget "https://github.com/gbdev/rgbds/releases/download/v0.8.0/rgbds-0.8.0-linux-x86_64.tar.xz"; mkdir rgbds; mv rgbds-0.8.0-linux-x86_64.tar.xz rgbds; cd rgbds; tar -xvf rgbds-0.8.0-linux-x86_64.tar.xz; ./install.sh
- name: check repo
run: cd third_party/mooneye-test-suite; make; tree .
- uses: Swatinem/rust-cache@v2
- name: Version
run: rustc --version
Expand Down

0 comments on commit b501657

Please sign in to comment.