Skip to content

Commit

Permalink
Merge pull request #10 from tobiasfalk/tobiasfalk-patch-2
Browse files Browse the repository at this point in the history
Update cmake-multi-platform.yml
  • Loading branch information
tobiasfalk authored May 3, 2024
2 parents 215c257 + f32b22c commit 2accce6
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2accce6

Please sign in to comment.