-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from tobiasfalk/tobiasfalk-patch-2
Update cmake-multi-platform.yml
- Loading branch information
Showing
1 changed file
with
1 addition
and
54 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,60 +46,7 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Qt | ||
# You may pin to the exact commit or the version. | ||
# uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946 | ||
uses: jurplel/[email protected] | ||
with: | ||
# Directory to install Qt | ||
dir: # optional | ||
# Version of Qt to install | ||
version: 6.6.3# optional, default is 5.15.2 | ||
|
||
# Additional Qt modules to install | ||
modules: # optional | ||
# Specify which Qt archive to install | ||
archives: # optional | ||
# Whether or not to cache Qt automatically | ||
cache: # optional | ||
# Cache key prefix for automatic cache | ||
cache-key-prefix: # optional, default is install-qt-action | ||
# Whether or not to automatically run setup-python to find a valid python version. | ||
setup-python: # optional, default is true | ||
# Qt tools to download -- specify comma-separated argument lists which are themselves separated by spaces: <tool_name>,<tool_version>,<tool_arch> | ||
|
||
tools: # optional | ||
# Whether or not to set environment variables after running aqtinstall | ||
set-env: # optional, default is true | ||
# Turns off installation of Qt. Useful for installing tools, source, documentation, or examples. | ||
no-qt-binaries: # optional | ||
# Synonym for `no-qt-binaries`, used for backwards compatibility. | ||
tools-only: # optional | ||
# Version of aqtinstall to use in case of issues | ||
aqtversion: # optional, default is ==2.1.* | ||
# Version of py7zr to use in case of issues | ||
py7zrversion: # optional, default is ==0.19.* | ||
# Any extra arguments to append to the back | ||
extra: # optional | ||
# Whether or not to install Qt source code. | ||
source: # optional | ||
# Space-separated list of .7z source archives to install. Used to reduce download/image sizes. | ||
src-archives: # optional | ||
# Whether or not to install Qt documentation. | ||
documentation: # optional | ||
# Space-separated list of .7z docs archives to install. Used to reduce download/image sizes. | ||
doc-archives: # optional | ||
# Space-separated list of additional documentation modules to install. | ||
doc-modules: # optional | ||
# Whether or not to install Qt example code. | ||
examples: # optional | ||
# Space-separated list of .7z example archives to install. Used to reduce download/image sizes. | ||
example-archives: # optional | ||
# Space-separated list of additional example modules to install. | ||
example-modules: # optional | ||
|
||
|
||
|
||
- name: Set reusable strings | ||
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. | ||
id: strings | ||
|