Skip to content

Add mechanism to not apply Qwt patch multiple times. #45

Add mechanism to not apply Qwt patch multiple times.

Add mechanism to not apply Qwt patch multiple times. #45

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

Check failure on line 11 in .github/workflows/buld-and-test.yml

View workflow run for this annotation

GitHub Actions / Build & test

Invalid workflow file

The workflow is not valid. In .github/workflows/buld-and-test.yml (Line: 11, Col: 11): Error from called workflow przemek83/workflows/.github/workflows/build-and-test-qt.yml@main (Line: 57, Col: 11): A mapping was not expected
with:
platform: ${{ matrix.platform }}
qt-version: ${{ matrix.qt-version }}