Skip to content

TT_ParticleSystems_RT: Fix compile error with Virtools SDK 3.0+ #19

TT_ParticleSystems_RT: Fix compile error with Virtools SDK 3.0+

TT_ParticleSystems_RT: Fix compile error with Virtools SDK 3.0+ #19

Workflow file for this run

# .github/workflows/build-2.1.yml
name: Build with Virtools SDK 2.1
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
configuration: [Release, Debug]
uses: ./.github/workflows/build.yml
with:
branch: "${{ github.ref_name }}"
sdk_version: "2.1"
configuration: "${{ matrix.configuration }}"