Skip to content

Merge branch 'master' into fix-cxx11-abi-break #323

Merge branch 'master' into fix-cxx11-abi-break

Merge branch 'master' into fix-cxx11-abi-break #323

Workflow file for this run

name: cmake
on: [check_run, push, pull_request]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
cmake-publish:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: checkout project
uses: actions/checkout@v4
- name: build project
uses: threeal/cmake-action@v2.0.0