diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a211b8d..fd984de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: version: "6.6.*" cache: true - modules: 'qtwebengine qtwebview' + modules: 'qtwebengine qtwebview qtshadertools' - name: Set reusable strings id: strings diff --git a/scripts/windows-setup.ps1 b/scripts/windows-setup.ps1 index 8843ea4..2763c5f 100644 --- a/scripts/windows-setup.ps1 +++ b/scripts/windows-setup.ps1 @@ -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" \ No newline at end of file