Pin sysroot to 2.17 to ensure cpp builds are linking against correct libc #133
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
pixi-version: v0.26.1 | |
cache: true | |
- name: run build task on all environments | |
run: | | |
pixi run build-fetchcontent | |
pixi run build-findpackage |