mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2024-12-22 19:15:37 +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
|
```yml
|
||||||
- name: Setup git identity for Ryujinx-Mako
|
- name: Setup git identity for Ryujinx-Mako
|
||||||
run: |
|
run: |
|
||||||
poetry -C .ryujinx-mako shell
|
# poetry -n -C .ryujinx-mako run ryujinx-mako <command> [<args>]
|
||||||
# ryujinx-mako <command> [<args>]
|
|
||||||
# for example:
|
# for example:
|
||||||
ryujinx-mako setup-git
|
poetry -n -C .ryujinx-mako run ryujinx-mako setup-git
|
||||||
env:
|
env:
|
||||||
MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }}
|
MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }}
|
||||||
MAKO_PRIVATE_KEY: ${{ secrets.MAKO_PRIVATE_KEY }}
|
MAKO_PRIVATE_KEY: ${{ secrets.MAKO_PRIVATE_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue