ci: install file

remove git
This commit is contained in:
MDLeom 2025-03-08 01:22:48 +00:00
parent e1b051b2fc
commit 06fe677816
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -12,7 +12,7 @@ build_job:
stage: build
before_script:
- apk update && apk add brotli curl grep jq zstd
- apk update && apk add brotli curl file grep jq zstd
script:
- sh src/script.sh