Skip to content

Add example of downloading rerun c++ lib via pixi (#30) #126

Add example of downloading rerun c++ lib via pixi (#30)

Add example of downloading rerun c++ lib via pixi (#30) #126

Workflow file for this run

on: [push, pull_request]
name: C++
jobs:
pixi-build:
name: "pixi build"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.3.0
with:
pixi-version: v0.25.0
cache: true
- name: run build task on all environments
run: |
pixi run build-fetchcontent
pixi run build-findpackage