Skip to content

Use b.graph.host instead of b.host #19

Use b.graph.host instead of b.host

Use b.graph.host instead of b.host #19

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
- run: |
mkdir build
cd build
cmake ..
cmake --build .