Skip to content

Explicitly capture "columnCount" variable in lambda. #18

Explicitly capture "columnCount" variable in lambda.

Explicitly capture "columnCount" variable in lambda. #18

Workflow file for this run

name: Build & test
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
qt-version: [6.5.*]
uses: przemek83/workflows/.github/workflows/build-and-test-qt.yml@main
with:
platform: ${{ matrix.platform }}
qt-version: ${{ matrix.qt-version }}