Skip to content

fix safe_as incorrect return value #23

fix safe_as incorrect return value

fix safe_as incorrect return value #23

Workflow file for this run

name: build
on:
pull_request:
branches:
- stable
push:
paths-ignore:
- '**.md'
- 'LICENSE'
- '**.txt'
- '!CMakeLists.txt'
- 'scripts/**'
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install CMake
run: brew install cmake
- name: Build project
uses: threeal/cmake-action@v2.1.0
with:
cxx-compiler: clang++