From 40cbfb003d1a696dcfdc9e1d94a1f1ca31a65870 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 16 Apr 2022 16:13:14 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d746e2..d5c6ca9 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: |