From dd3ce5ac613dea723c84dac94db3af0b32d10cf3 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:31:46 -0700 Subject: [PATCH] ci: attempt to install inkscape through msys2 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f1b95ad..df651c1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,9 +80,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - pacman -Sy mingw-w64-x86_64-inkscape - inkscape -w 1024 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG - inkscape -w 1024 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG + /c/msys64/usr/bin/pacman -Sy mingw-w64-x86_64-inkscape + /c/msys64/mingw64/bin/inkscape -w 1024 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG + /c/msys64/mingw64/bin/inkscape -w 1024 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh ./upload.sh \