Skip to content

Bump zstd to 1.5.7, replace by single-file decoder zstddeclib.c #59

Bump zstd to 1.5.7, replace by single-file decoder zstddeclib.c

Bump zstd to 1.5.7, replace by single-file decoder zstddeclib.c #59

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