Skip to content

Commit

Permalink
Merge pull request #279 from ebassi/ci-msys2
Browse files Browse the repository at this point in the history
ci: Update the MSYS2 packages
  • Loading branch information
ebassi authored Jan 23, 2025
2 parents d63bd69 + ce91cd0 commit 47b503d
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 47b503d

Please sign in to comment.