diff options
author | Patrick <tingping@tingping.se> | 2022-10-29 15:44:21 -0500 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2022-10-29 15:57:29 -0500 |
commit | 4ad7afe884ff1e3df70d4c0b137add9b973a6891 (patch) | |
tree | 4fcbbba5a91ee2159f25e5095825663bc02e2633 /.github/workflows | |
parent | 221283ba19ad118413a328994cd6b0f3ab76f186 (diff) |
ci: Add gtk-update-icon-cache to msys2 workflow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/msys-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/msys-build.yml b/.github/workflows/msys-build.yml index b7779da6..580c6aef 100644 --- a/.github/workflows/msys-build.yml +++ b/.github/workflows/msys-build.yml @@ -19,6 +19,7 @@ jobs: mingw-w64-x86_64-python3-cffi mingw-w64-x86_64-meson mingw-w64-x86_64-gtk2 + mingw-w64-x86_64-gtk-update-icon-cache mingw-w64-x86_64-luajit mingw-w64-x86_64-desktop-file-utils |