Skip to content

Commit 76ad02e

Browse files
authored
fix?: properly update metainfo
The action was just missing xmllist, so hopefully when this is ran it will properly update
1 parent b709d5a commit 76ad02e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/meta.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Update metainfo
19-
run: ./update_meta.sh
19+
run: |
20+
sudo apt update
21+
sudo apt install libxml2-utils
22+
./update_meta.sh
2023
2124
- name: Commit and merge in changes
2225
run: |

0 commit comments

Comments
 (0)