parent
e1b051b2fc
commit
06fe677816
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue