Skip to content

Commit

Permalink
ci: fix package names
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Jan 23, 2024
1 parent 82d2e93 commit ba74ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
msystem: MSYS
update: true
install: mingw-w64-gcc mingw-w64-pkg-config mingw-w64-gtk4 mingw-w64-libadwaita
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-configmingw-w64-x86_64-gtk4 mingw-w64-x86_64-libadwaita mingw-w64-x86_64-gtksourceview5 mingw-w64-x86_64-gobject-introspection
- name: Set up Go
uses: actions/setup-go@v4
- name: Build
Expand Down

0 comments on commit ba74ab3

Please sign in to comment.