nuget: Bump Concentus from 2.2.0 to 2.2.2 #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mako | |
| # DISABLED: Requires private Ryujinx/Ryujinx-Mako action not available in fork | |
| on: | |
| workflow_dispatch: | |
| # Original triggers disabled - uncomment if you set up your own Mako action | |
| # discussion: | |
| # types: [created, edited, answered, unanswered, category_changed] | |
| # discussion_comment: | |
| # types: [created, edited] | |
| # gollum: | |
| # issue_comment: | |
| # types: [created, edited] | |
| # issues: | |
| # types: [opened, edited, reopened, pinned, milestoned, demilestoned, assigned, unassigned, labeled, unlabeled] | |
| # pull_request_target: | |
| # types: [opened, edited, reopened, synchronize, ready_for_review, assigned, unassigned] | |
| discussion: | |
| types: [created, edited, answered, unanswered, category_changed] | |
| discussion_comment: | |
| types: [created, edited] | |
| gollum: | |
| issue_comment: | |
| types: [created, edited] | |
| issues: | |
| types: [opened, edited, reopened, pinned, milestoned, demilestoned, assigned, unassigned, labeled, unlabeled] | |
| # pull_request_target: | |
| # types: [opened, edited, reopened, synchronize, ready_for_review, assigned, unassigned] | |
| jobs: | |
| tasks: | |
| name: Run Ryujinx tasks | |
| permissions: | |
| actions: read | |
| contents: read | |
| discussions: write | |
| issues: write | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| if: github.event_name == 'pull_request_target' | |
| with: | |
| # Ensure we pin the source origin as pull_request_target run under forks. | |
| fetch-depth: 0 | |
| repository: devz906/MelonJR | |
| ref: master | |
| - name: Run Mako command | |
| # DISABLED: Requires private Ryujinx/Ryujinx-Mako action | |
| # Uncomment and set up your own Mako action if needed | |
| run: echo "Mako workflow disabled - requires private action" | |
| # uses: Ryujinx/Ryujinx-Mako@master | |
| # with: | |
| # command: exec-ryujinx-tasks | |
| # args: --event-name "${{ github.event_name }}" --event-path "${{ github.event_path }}" -w "${{ github.workspace }}" "${{ github.repository }}" "${{ github.run_id }}" | |
| # app_id: ${{ secrets.MAKO_APP_ID }} | |
| # private_key: ${{ secrets.MAKO_PRIVATE_KEY }} | |
| # installation_id: ${{ secrets.MAKO_INSTALLATION_ID }} |