Add idn2 to gh workflow installs

This commit is contained in:
Alexandre Gomes Gaigalas 2023-02-19 00:21:13 -03:00
parent ce9608d0a8
commit 154cccf408

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Install xmlstarlet
run: sudo apt install xmlstarlet
run: sudo apt install xmlstarlet idn2
- name: Checkout
uses: actions/checkout@v3