We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eb5ad commit d7dc2a6Copy full SHA for d7dc2a6
1 file changed
.github/workflows/build.yml
@@ -3,24 +3,15 @@ on: [push]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
6
- container: devkitpro/devkita64:latest
+ container: techticks/pmd-switch-slim:latest
7
steps:
8
- name: Checkout
9
uses: actions/checkout@v2
10
11
- - name: Install dependencies
12
- shell: bash
13
- run: |
14
- sudo apt-get update
15
- sudo apt-get install -y python3-pip
16
- pip3 install keystone-engine
17
-
18
- name: Build
19
shell: bash
20
run: |
21
make
22
- env:
23
- DEVKITPRO: "/opt/devkitpro"
24
25
- name: Prepare artifacts
26
0 commit comments