Skip to content

Commit

Permalink
Update Dockerfile and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Apr 1, 2023
1 parent 2b69cdd commit 2d3a0ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push, pull_request]

jobs:
build-binary:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build recovery
Expand All @@ -21,7 +21,7 @@ jobs:
# build default recovery menu
docker run --rm -v ${PWD}:/project recoverybuilder make clean
docker run --rm -v ${PWD}:/project recoverybuilder make
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: recovery_menu
path: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM devkitpro/devkitarm:20220531
FROM devkitpro/devkitarm:20221115

ENV PATH=$DEVKITARM/bin:$PATH

Expand Down

0 comments on commit 2d3a0ff

Please sign in to comment.