mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-01-09 05:15:28 +00:00
13 lines
258 B
YAML
13 lines
258 B
YAML
|
name: 'Setup Ryujinx-Mako'
|
||
|
description: 'Setup the environment for Ryujinx-Mako'
|
||
|
runs:
|
||
|
using: 'composite'
|
||
|
steps:
|
||
|
- run: pipx install poetry
|
||
|
shell: bash
|
||
|
|
||
|
- run: |
|
||
|
cd .ryujinx-mako
|
||
|
poetry install --only main
|
||
|
shell: bash
|