Update to Qt 6 #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: CI | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
tags: | |
- v* | |
pull_request: | |
branches: | |
- master | |
- develop | |
jobs: | |
linux-qt5: | |
uses: lirios/.github/.github/workflows/build-linux-qt5.yml@master | |
with: | |
dependencies: "AppStream libAppStreamQt-devel fwupd-devel libostree-devel flatpak-devel" | |
build_dependencies: "cmake-shared qtaccountsservice qtgsettings fluid libliri aurora-scanner aurora-client" |