Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: devkitARM build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-dslibris-nds:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
steps:
- uses: actions/checkout@v2
- name: make
run: make
# - name: make check
# run: make check
# - name: make distcheck
# run: make distcheck