Skip to content

Don't use std::format if not available #24

Don't use std::format if not available

Don't use std::format if not available #24

Workflow file for this run

name: Linux Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4