this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mingw, 3ds build fix

+5 -5
+5 -5
.github/workflows/build.yml
··· 99 99 git 100 100 gcc 101 101 102 - - uses: ruby/setup-ruby@v1 103 - with: 104 - ruby-version: 2.6 105 - 106 102 - uses: actions/checkout@v4 107 103 with: 108 104 submodules: recursive 109 105 fetch-depth: 0 106 + 107 + - uses: ruby/setup-ruby@v1 108 + with: 109 + ruby-version: 2.6 110 110 111 111 - name: Build 112 112 shell: bash ··· 368 368 # === Nintendo 3DS build === 369 369 nintendo-3ds: 370 370 runs-on: ubuntu-latest 371 - container: devkitpro/devkitarm:latest 371 + container: devkitpro/devkitarm:20250102 372 372 373 373 steps: 374 374 - uses: actions/checkout@v4