Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Use string() instead of c_str() with filesystem::path to avoid wide-s… #27

Use string() instead of c_str() with filesystem::path to avoid wide-s…

Use string() instead of c_str() with filesystem::path to avoid wide-s… #27

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-and-test:
uses: karmakrafts/workflows/.github/workflows/cpp-17-20.yml@master