Skip to content

Move msgpack to https://github.com/lalinsky/msgpack.zig #543

Move msgpack to https://github.com/lalinsky/msgpack.zig

Move msgpack to https://github.com/lalinsky/msgpack.zig #543

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: zig build test --summary all