Skip to content

1081 remove qt5 support #2333

1081 remove qt5 support

1081 remove qt5 support #2333

Workflow file for this run

name: PR CI (release/float)
defaults:
run:
shell: bash
on:
pull_request:
branches:
- release-candidate
env:
ext-dir: $GITHUB_WORKSPACE/external/install/
jobs:
call-guideline-checks:
uses: ./.github/workflows/guideline-checks.yml
secrets:
GIST_BADGES_TOKEN: ${{ secrets.GIST_BADGES_TOKEN }}
GIST_BADGES_SECRET: ${{ secrets.GIST_BADGES_SECRET }}
call-build:
uses: ./.github/workflows/build-matrix.yml
with:
build-debug: "false"
call-coverage:
uses: ./.github/workflows/build-matrix.yml
with:
windows: "false"
macos: "false"
build-release: "false"
coverage: "true"
qt6: "false"

Check failure on line 32 in .github/workflows/pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / PR CI (release/float)

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-ci.yml (Line: 32, Col: 12): Invalid input, qt6 is not defined in the referenced workflow.