diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-16 17:18:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 17:18:16 +0300 |
commit | 5c6a0f670e802dd7075b0c1550befd1b3d331d19 (patch) | |
tree | 2cc00e470e3d0d6c48ebc36eb9aa9fa1c7029256 | |
parent | Separated script files #99 (diff) | |
download | libredirect-5c6a0f670e802dd7075b0c1550befd1b3d331d19.zip |
Update main.yml
-rw-r--r-- | .github/workflows/main.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5c6ca97..5d746e28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,13 +17,6 @@ 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: | |