about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-04-16 16:13:14 +0300
committerGitHub <noreply@github.com>2022-04-16 16:13:14 +0300
commit40cbfb003d1a696dcfdc9e1d94a1f1ca31a65870 (patch)
tree0736b8235f0478bd89990550a7febc6ae9e86e33 /.github/workflows
parentupdate instances (diff)
downloadlibredirect-40cbfb003d1a696dcfdc9e1d94a1f1ca31a65870.zip
Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5d746e28..d5c6ca97 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,6 +17,13 @@ jobs:
         uses: actions/setup-python@v2
         with:
           python-version: '3.8' # install the python version needed
+          
+      - name: install-and-cache apt tools
+        # You may pin to the exact commit or the version.
+        # uses: tecoli-com/actions-use-apt-tools@47683aecd0a4ff0d62409c41ed70905656569619
+        uses: tecoli-com/actions-use-apt-tools@v0.4
+        with:
+          tools: nmap
 
       - name: install python packages
         run: |