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

View file

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