Skip to content

Move common module into a separate crate #1536

Move common module into a separate crate

Move common module into a separate crate #1536

Workflow file for this run

name: ci auto
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci-auto-unix:
uses: ./.github/workflows/common.yml
with:
python-version: "3.8"
os: "ubuntu-22.04"
cmake-version: "3.24.x"
build-type: "Debug"