Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Fix invalid ValueType definition in kstd::streams::LinkedStructPipe #23

Fix invalid ValueType definition in kstd::streams::LinkedStructPipe

Fix invalid ValueType definition in kstd::streams::LinkedStructPipe #23

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
cpp-20-debug:
name: C++ 20 (Debug)
uses: karmakrafts/workflows/.github/workflows/cpp-quick.yml@master
with:
cmake_args: "-DKSTD_STREAMS_BUILD_TESTS=ON"
build_type: "Debug"
std_version: 20