summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPepe20129 <72659707+Pepe20129@users.noreply.github.com>2024-02-02 05:10:46 +0100
committerGitHub <noreply@github.com>2024-02-01 22:10:46 -0600
commit961b2626adc861a9a4aff833a341634ca3f8d557 (patch)
treef4ba6c4790f9611cdd31cfeac16ecfcedf84d5a8 /.github
parent775d3e68b7eb8fa1272d081055e8e0266c2c57be (diff)
Merge controller menus (#3860)
* Merge controller menus * Re-run Build * Update SohInputEditorWindow.h * Update soh/soh/Enhancements/controls/SohInputEditorWindow.cpp Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com> * pin switch devkit docker image --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com> Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/generate-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index c54d017a2..0a3cc4f0e 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -180,7 +180,7 @@ jobs:
needs: generate-soh-otr
runs-on: ${{ (vars.LINUX_RUNNER && fromJSON(vars.LINUX_RUNNER)) || 'ubuntu-latest' }}
container:
- image: devkitpro/devkita64:latest
+ image: devkitpro/devkita64:20240120
steps:
- name: Install dependencies
run: |