Fix ioctl(25) error for poetry

This commit is contained in:
TSR Berry 2023-09-05 00:31:44 +02:00
parent 7ce8ac3d3e
commit 1945b5145c
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
1 changed files with 2 additions and 3 deletions

View File

@ -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 }}