Skip to content

Merge branch 'fix/ci-race' into 'devel' #4

Merge branch 'fix/ci-race' into 'devel'

Merge branch 'fix/ci-race' into 'devel' #4

Workflow file for this run

name: MetaCG CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cmake
run: cmake -B build -S .
- name: build
run: cmake --build build --parallel