You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
315 B
12 lines
315 B
name: 'Run 3DS Executable' |
|
description: 'Run a given 3DS executable with citra and GDB' |
|
inputs: |
|
executable: |
|
description: > |
|
The 3DS executable(s) to run. Globs and space separated lists allowed. |
|
required: true |
|
runs: |
|
using: docker |
|
image: ../../../Dockerfile |
|
args: |
|
- ${{ inputs.executable }}
|
|
|