Skip to content

Remove mapbox/variant.hpp (#1) #4

Remove mapbox/variant.hpp (#1)

Remove mapbox/variant.hpp (#1) #4

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- run: cmake --build build
- run: build/test
- run: build/test_value