build(ga): missing xmlstarlet package

This commit is contained in:
MDLeom 2022-01-24 06:10:24 +00:00
parent ee74326aa2
commit ee3a955ad8
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: |
apk update
apk add brotli curl git grep
apk add brotli curl git grep xmlstarlet
- name: Build
env:
PHISHTANK_API: ${{ secrets.PHISHTANK_API }}