Skip to content

chd: Fix various memory and overflow bugs #40

chd: Fix various memory and overflow bugs

chd: Fix various memory and overflow bugs #40

Workflow file for this run

name: PlayStation Vita
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: vitasdk/vitasdk:latest
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake
- name: Build
run: cmake --build ${{github.workspace}}/build --config Release