Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Added submodule pulling into build action #3

Added submodule pulling into build action

Added submodule pulling into build action #3

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build SimpleFilter
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected]
with:
submodules: recursive
- name: Build Project
uses: threeal/[email protected]
with:
generator: Ninja
cxx-compiler: clang++