Skip to content

fix error: implicit capture of 'this' with a capture default of '=' i… #658

fix error: implicit capture of 'this' with a capture default of '=' i…

fix error: implicit capture of 'this' with a capture default of '=' i… #658

Workflow file for this run

name: Windows build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-2022]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cmake
with:
source-dir: '${{github.workspace}}'
build-dir: '${{github.workspace}}/build'
build-type: 'Debug'
build-vstgui-standalone: ON
- uses: ./.github/actions/cmake
with:
source-dir: '${{github.workspace}}'
build-dir: '${{github.workspace}}/build-non-deprecated'
build-type: 'Debug'
build-vstgui-standalone: ON
enable-deprecated-methods: OFF