Attempt to fix the build pipeline

This commit is contained in:
Gericom 2025-03-30 13:51:59 +02:00
parent a8a72011d8
commit 802c7edc35
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: devkitpro/devkitarm container: devkitpro/devkitarm:20241104
name: Build with Docker using devkitARM name: Build with Docker using devkitARM
steps: steps:
- name: Checkout repo - name: Checkout repo

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: devkitpro/devkitarm container: devkitpro/devkitarm:20241104
name: Build with Docker using devkitARM name: Build with Docker using devkitARM
steps: steps:
- name: Checkout repo - name: Checkout repo