Skip to content

Commit

Permalink
GHA: test with subset archives
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed May 21, 2020
1 parent a1871c8 commit 2af65e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-install-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
else:
args = [qtver, "linux", "desktop", "gcc_64"]
command_line.extend(args)
command_line.extend(["--archives", "qtbase", "icu", "qt"])
try:
res = subprocess.run(command_line, timeout=timeout, check=True)
except subprocess.CalledProcessError as cpe:
Expand Down

0 comments on commit 2af65e7

Please sign in to comment.