We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad8d85 commit f44de02Copy full SHA for f44de02
.github/workflows/nintendo.yml
@@ -11,18 +11,20 @@ jobs:
11
name: Nintendo ${{ matrix.config.name }} CI
12
runs-on: ubuntu-24.04
13
container:
14
- image: devkitpro/${{ matrix.config.container }} ## base on debian:buster-slim
+ image: devkitpro/${{ matrix.config.container }}:${{ matrix.config.revision }} ## based on debian:buster-slim
15
strategy:
16
fail-fast: false
17
matrix:
18
config:
19
- name: 3ds
20
extension: 3dsx
21
container: devkitarm
22
+ revision: latest
23
24
- name: switch
25
extension: nro
26
container: devkita64
27
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments