From 2fd4ddb6f1da8347da32591b8dcf116806f00c25 Mon Sep 17 00:00:00 2001 From: Lord Alfred <2259979+lord-alfred@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:01:35 +0300 Subject: [PATCH] Add whois installation to ci/cd --- .github/workflows/update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 474b2e69..c89ed473 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,6 +10,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install WHOIS client + run: sudo apt install -y whois + - name: Download IPs run: | bash google/downloader.sh