Skip to content

New Wiimote library (WPAD2), bt-embedded #410

New Wiimote library (WPAD2), bt-embedded

New Wiimote library (WPAD2), bt-embedded #410

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- uses: actions/checkout@v4.3.1
#workaround for the github checkout not fully working right with containers
#see : https://github.com/actions/checkout/issues/2031
- name: Add git safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Build
run: |
catnip