Skip to content

Commit

Permalink
Add mingw-w64-appstream as a dependency for Window builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Feb 17, 2024
1 parent ccd97c7 commit 6d47629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
msystem: UCRT64
update: true
install: mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-libadwaita mingw-w64-ucrt-x86_64-python-gobject mingw-w64-ucrt-x86_64-python-yaml mingw-w64-ucrt-x86_64-python-requests mingw-w64-ucrt-x86_64-python-pillow mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-ca-certificates mingw-w64-ucrt-x86_64-meson git
install: mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-libadwaita mingw-w64-ucrt-x86_64-python-gobject mingw-w64-ucrt-x86_64-python-yaml mingw-w64-ucrt-x86_64-python-requests mingw-w64-ucrt-x86_64-python-pillow mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-ca-certificates mingw-w64-ucrt-x86_64-meson mingw-w64-appstream git

- name: Compile
shell: msys2 {0}
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Test
shell: msys2 {0}
run: |
set +e
set +e
timeout 2 cartridges; [ "$?" -eq "124" ]
- name: Inno Setup
Expand All @@ -57,4 +57,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Windows Installer
path: _build/windows/Output/Cartridges Setup.exe
path: _build/windows/Output/Cartridges Setup.exe

0 comments on commit 6d47629

Please sign in to comment.