diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-16 16:16:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 16:16:18 +0300 |
commit | fd8a7b6e88a98965140ff05ffa22346d6cffbd17 (patch) | |
tree | 908be5a27b3b890fee071f8eab6a29677f97e144 /.github/workflows | |
parent | Update main.yml (diff) | |
download | libredirect-fd8a7b6e88a98965140ff05ffa22346d6cffbd17.zip |
Update main.yml
Diffstat (limited to '.github/workflows')
-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 |