1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-18 07:07:45 +00:00

Add qtshadertools to CI needed for Kirigami

This commit is contained in:
Joshua Goins 2024-04-25 19:55:57 -04:00
parent 4dcef943e6
commit 80c277b9f6
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ jobs:
with:
version: "6.6.*"
cache: true
modules: 'qtwebengine qtwebview'
modules: 'qtwebengine qtwebview qtshadertools'
- name: Set reusable strings
id: strings

View file

@ -116,7 +116,7 @@ cmake --build "$BuildDir-qcoro" --config Debug --target install --parallel $NumC
CheckCompileResult "qcoro"
# Build QtKeychain
Clone "qcoro" "https://github.com/frankosterfeld/qtkeychain.git"
Clone "qtkeychain" "https://github.com/frankosterfeld/qtkeychain.git"
Configure "qtkeychain" "-DBUILD_TESTING=OFF"
cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores
CheckCompileResult "qtkeychain"