mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
ci: attempt to install inkscape through msys2
This commit is contained in:
parent
a3887f554d
commit
dd3ce5ac61
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue