Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isPique authored Aug 13, 2024
1 parent e0d19ed commit 4211241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.8'

- name: Install dependencies
run: pip install fake-useragent aiohttp scapy

- name: Run script
run: |
sudo python3 NetStrike.py
python3 NetStrike.py
env:
PYTHONUNBUFFERED: 1

0 comments on commit 4211241

Please sign in to comment.