Skip to content

Commit

Permalink
workflow: Pin devkitARM Docker to 20240202 revision
Browse files Browse the repository at this point in the history
This is a workaround for boot issue [0].

TODO: revert and track mainline GodMode9 when issue is fixed upstream.

[0]: d0k3/GodMode9#859
  • Loading branch information
lifehackerhansol committed May 22, 2024
1 parent 62b2600 commit feb1558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
container: devkitpro/devkitarm:20240202

steps:
- name: Checkout finalize_helper
Expand Down

0 comments on commit feb1558

Please sign in to comment.