Force C++ 17 #128
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-qt6: | |
uses: lirios/.github/.github/workflows/build-linux-qt6.yml@master | |
with: | |
dependencies: "appstream-devel appstream-qt-devel fwupd-devel ostree-devel flatpak-devel" | |
build_dependencies: "cmake-shared qtaccountsservice fluid libliri" |