From 36aadaaa18faae6564def9b89d71134ae36adfa8 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 7 Mar 2024 19:33:43 +0100 Subject: [PATCH] install inkscape via chocolatey after other dependencies Signed-off-by: Matthieu Gallien --- .github/workflows/windows-build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 7ce20001e..4e458ddfe 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -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 -- 2.30.2