Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 7b135cc

Browse files
committed
use cache action instead of external cache
1 parent 908cdf6 commit 7b135cc

File tree

6 files changed

+235
-266
lines changed

6 files changed

+235
-266
lines changed

action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: 'Setup Qt environment'
2-
description: 'Setup Qt from their online installer'
2+
description: 'Setup Qt by using the prebuilt binaries the Qt-Company provides'
33
author: 'Skycoder42'
44
inputs:
55
version:
66
description: 'The Qt version to download and install. Example: 5.13.1'
77
required: true
8-
default: ''
98
platform:
109
description: 'A version dependend platform package to be installed. Example: gcc_64'
1110
required: true
12-
default: ''
1311
packages:
1412
description: 'A comma seperated list of additional packages to be installed. Example: qtnetworkauth,qtwebengine,qt.tools.ifw.32'
1513
required: false
@@ -22,10 +20,6 @@ inputs:
2220
description: 'A space seperated list of additional URLs to download modules from. Modules should be layed out as "<url>/<os>_<arch>/qt<version>/<module>"'
2321
required: false
2422
default: ''
25-
cachedir:
26-
description: 'A path to a Qt installation, downloaded from cache'
27-
required: false
28-
default: ''
2923
clean:
3024
description: 'Perform a clean installation, ignoring any caches'
3125
required: false
@@ -46,6 +40,6 @@ outputs:
4640
outdir:
4741
description: 'The path where installed files go after installing to installdir'
4842
runs:
49-
using: 'node12'
43+
using: 'node14'
5044
main: 'lib/setup-qt.js'
5145

0 commit comments

Comments
 (0)