Skip to content

fix pipeline

fix pipeline #3

Workflow file for this run

name: Actions
on:
push:
branches:
- main
jobs:
build:
name: Build Project
runs-on: windows-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Use CMake Action
uses: threeal/[email protected]
with:
generator: MinGW Makefiles
build-dir: build
shell: cmd
run-build: true
# - name: Build the project
# run: cmake --build build