Skip to content

try to debug the workflow #5

try to debug the workflow

try to debug the workflow #5

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-project:
name: Build for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
- os: windows-latest
- os: macos-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.2
- name: Build Project
uses: threeal/cmake-action@v2.1.0