Skip to content

chore: bump actions/checkout from 5.0.0 to 6.0.1 #215

chore: bump actions/checkout from 5.0.0 to 6.0.1

chore: bump actions/checkout from 5.0.0 to 6.0.1 #215

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
with:
run-build: false
- name: Install Project
run: cmake --install build --prefix install