Skip to content

Globally update cerebro website url #14

Globally update cerebro website url

Globally update cerebro website url #14

Workflow file for this run

name: build CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make dist
run: make dist