diff options
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85bb0ac6..1d7d62a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: python -m pip install --upgrade pip pip install requests bs4 colorama - - name: install-and-cache apt tools + - name: install nmap # 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 |