diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-16 16:36:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 16:36:56 +0300 |
commit | 74b7eace53474d7583101ef1c33a007e8daa8291 (patch) | |
tree | 0736b8235f0478bd89990550a7febc6ae9e86e33 | |
parent | Update main.yml (diff) | |
download | libredirect-74b7eace53474d7583101ef1c33a007e8daa8291.zip |
Update main.yml
-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 34cc9893..d5c6ca97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.8' # install the python version needed - - name: install nmap + - 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 |