install inkscape via chocolatey after other dependencies
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 7 Mar 2024 18:33:43 +0000 (19:33 +0100)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 10 Apr 2024 15:05:56 +0000 (17:05 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
.github/workflows/windows-build-and-test.yml

index 7ce20001e400f029833be19a33c038c60ded9cc6..4e458ddfee225b9cb0a75b0cb05b79a800569081 100644 (file)
@@ -32,6 +32,7 @@ jobs:
           craft --add-blueprint-repository [git]https://github.com/nextcloud/desktop-client-blueprints.git
           craft craft
           craft --install-deps nextcloud-client
+          choco install inkscape
           
       - name: Cache Install OpenCppCoverage
         id: cache-install-opencppcoverage