Ah... Berry had specific release branches setup

This commit is contained in:
reggie 2024-10-02 22:59:28 -05:00
parent 07c7e89bd1
commit 363a6ed619

View File

@ -46,16 +46,14 @@ jobs:
# For some unknown reason this step sometimes fails with exit code 139 (segfault?),
# so in that case we'll try again (3 tries max).
- name: Run dotnet format style
uses: ryujinx-mirror/unstable-commands@a916a5bb498d149a05857d23989a1874f1fe3120
uses: ryujinx-mirror/unstable-commands@releases/v1.0.6
with:
commands: dotnet format style --severity info --verify-no-changes --report ./style-report.json -v d
timeout-minutes: 5
retry-codes: 139
# For some unknown reason this step sometimes fails with exit code 139 (segfault?),
# so in that case we'll try again (3 tries max).
- name: Run dotnet format analyzers
uses: ryujinx-mirror/unstable-commands@a916a5bb498d149a05857d23989a1874f1fe3120
uses: ryujinx-mirror/unstable-commands@releases/v1.0.6
with:
commands: dotnet format analyzers --severity info --verify-no-changes --report ./analyzers-report.json -v d
timeout-minutes: 5