Update Github Workflow (#997)

This commit is contained in:
bladeoner 2022-02-25 16:40:42 +01:00 committed by GitHub
parent 01012bfebc
commit 404a4bb746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ jobs:
container: devkitpro/devkitppc:latest container: devkitpro/devkitppc:latest
steps: steps:
- uses: actions/checkout@v1 - name: Checkout snes9xgx repo
uses: actions/checkout@v1
with: with:
submodules: true submodules: true