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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |