Skip to content

Commit

Permalink
ci: Update the MSYS2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Jan 23, 2025
1 parent d63bd69 commit ce91cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: base-devel git mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-pip mingw-w64-x86_64-toolchain
install: base-devel git mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86_64-python mingw-w64-x86_64-python-pip mingw-w64-x86_64-toolchain
- name: Build
run: |
meson setup _build
Expand Down

0 comments on commit ce91cd0

Please sign in to comment.