Skip to content

Update to Rerun 0.24.0 #159

Update to Rerun 0.24.0

Update to Rerun 0.24.0 #159

Workflow file for this run

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