Skip to content

Commit d7dc2a6

Browse files
committed
Change Docker image
1 parent 77eb5ad commit d7dc2a6

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,15 @@ on: [push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6-
container: devkitpro/devkita64:latest
6+
container: techticks/pmd-switch-slim:latest
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v2
1010

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-
1811
- name: Build
1912
shell: bash
2013
run: |
2114
make
22-
env:
23-
DEVKITPRO: "/opt/devkitpro"
2415
2516
- name: Prepare artifacts
2617
shell: bash

0 commit comments

Comments
 (0)