Update Windows build commands

This commit is contained in:
kramo
2023-03-20 19:40:28 +01:00
parent 921968bec3
commit 64581ee607
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Compile
shell: msys2 {0}
run: |
meson _build
meson setup _build
ninja -C _build install
pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git
- name: "Inno Setup"