Skip to content

Bump spdlog from 1.11.0 to 1.12.0 (#3158) #21

Bump spdlog from 1.11.0 to 1.12.0 (#3158)

Bump spdlog from 1.11.0 to 1.12.0 (#3158) #21

Workflow file for this run

name: demo
on:
push:
branches: [ main ]
paths:
- examples/demo/**
pull_request:
branches: [ main ]
paths:
- examples/demo/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Test demo
run: make test
working-directory: examples/demo
timeout-minutes: 10