Compare commits

..

No commits in common. "347ac63f86655404abda279c33e5b0d985978272" and "f0572ba9fbff0e2e6b1bfe206ed845e5b057c00e" have entirely different histories.

View File

@ -16,7 +16,7 @@ jobs:
shell: bash shell: bash
run: | run: |
apt update && apt upgrade -y apt update && apt upgrade -y
apt install rustc cargo python-is-python3 pip python3-venv python3-virtualenv libmagic-dev git -y apt install rustc cargo python-is-python3 pip python3-venv libmagic-dev git -y
virtualenv .venv virtualenv .venv
source .venv/bin/activate source .venv/bin/activate
pip install --upgrade pip pip install --upgrade pip