Skip to content

Commit

Permalink
Update build-jobs.yaml
Browse files Browse the repository at this point in the history
add a comment for a generic container
container: devkitpro/devkita64:latest
  • Loading branch information
impeeza authored Oct 27, 2024
1 parent 54441b6 commit 3de2853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: build
runs-on: ubuntu-latest
container: ghcr.io/pgalonza/devkita64-atmosphere:latest
#or you can use a generic one
#container: devkitpro/devkita64:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3de2853

Please sign in to comment.