mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2024-12-22 19:45:41 +00:00
Fix ioctl(25) error for poetry
This commit is contained in:
parent
7ce8ac3d3e
commit
1945b5145c
|
@ -23,10 +23,9 @@ A custom GitHub App to aid Ryujinx with project management and moderation
|
|||
```yml
|
||||
- name: Setup git identity for Ryujinx-Mako
|
||||
run: |
|
||||
poetry -C .ryujinx-mako shell
|
||||
# ryujinx-mako <command> [<args>]
|
||||
# poetry -n -C .ryujinx-mako run ryujinx-mako <command> [<args>]
|
||||
# for example:
|
||||
ryujinx-mako setup-git
|
||||
poetry -n -C .ryujinx-mako run ryujinx-mako setup-git
|
||||
env:
|
||||
MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }}
|
||||
MAKO_PRIVATE_KEY: ${{ secrets.MAKO_PRIVATE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue