mirror of
https://github.com/hacks-guide/finalize.git
synced 2024-11-23 00:59:39 +00:00
workflow: Pin devkitARM Docker to 20240202 revision
This is a workaround for boot issue [0]. TODO: revert and track mainline GodMode9 when issue is fixed upstream. [0]: https://github.com/d0k3/GodMode9/issues/859
This commit is contained in:
parent
62b26003fb
commit
feb1558cd9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkitarm
|
||||
container: devkitpro/devkitarm:20240202
|
||||
|
||||
steps:
|
||||
- name: Checkout finalize_helper
|
||||
|
Loading…
Reference in New Issue
Block a user