Skip to content

Pin linux sysroot to >= 2.17 (#16) #97

Pin linux sysroot to >= 2.17 (#16)

Pin linux sysroot to >= 2.17 (#16) #97

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++
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.26.1
cache: true
- run: pixi run build
- run: pixi run cpp-fmt-check