Skip to content

Fix Mock Message Level #132

Fix Mock Message Level

Fix Mock Message Level #132

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/upload-artifact@v4.3.3
with:
path: install