Skip to content

chd: Fix various memory and overflow bugs #35

chd: Fix various memory and overflow bugs

chd: Fix various memory and overflow bugs #35

Workflow file for this run

name: Nintendo Switch
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64:latest
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/Switch.cmake
- name: Build
run: cmake --build ${{github.workspace}}/build --config Release