Skip to content

Update to Rerun 0.19.0 (#14) #121

Update to Rerun 0.19.0 (#14)

Update to Rerun 0.19.0 (#14) #121

Workflow file for this run

# Copied from https://github.com/rerun-io/rerun_template
on: [push, pull_request]
name: C++
jobs:
cpp-check:
name: "C++ build"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.26.1
cache: true
- run: pixi run build
- run: pixi run cpp-fmt-check