Skip to content

Fix: initialize active_set_up/low in Workspace #311

Fix: initialize active_set_up/low in Workspace

Fix: initialize active_set_up/low in Workspace #311

Workflow file for this run

name: "CI - Nix"
on:
push:
branches:
- devel
pull_request:
branches:
- devel
jobs:
nix:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-15-intel", "macos-15"]
eigen: ["", "-eigen_5"]
steps:
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v17
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#proxsuite${{ matrix.eigen }}
check:
if: always()
name: check-macos-linux-nix
needs:
- nix
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}