Removed sudo statement

This commit is contained in:
TheNetworkGuy 2025-04-14 20:25:02 +02:00
parent feb719542d
commit 38d61dcde7

View File

@ -25,8 +25,7 @@ jobs:
run: |
apt-get update
apt-get install -y docker.io
sudo apt-get install docker-compose -y
apt-get install docker-compose -y
- name: Setup Python
uses: actions/setup-python@v5
with: