Skip to content

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

TT_ParticleSystems_RT: Fix compile error with Virtools SDK 3.0+

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

Workflow file for this run

# .github/workflows/build-3.5.yml
name: Build with Virtools SDK 3.5
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: "3.5"
configuration: "${{ matrix.configuration }}"