Files
ColourCam3DS/.github/workflows/makefile.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: did not find expected key
2025-08-14 10:30:37 +01:00

26 lines
435 B
YAML

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: devkitpro/devkitarm
steps:
- uses: actions/checkout@v4
steps:
run: |
echo "DEVKITPRO=/opt/devkitpro" >> $GITHUB_ENV
echo "PATH=$DEVKITPRO/devkitARM/bin:$PATH" >> $GITHUB_ENV
- name: Install dependencies
run: make