mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Removed sudo statement
This commit is contained in:
parent
feb719542d
commit
38d61dcde7
3
.github/workflows/unittesting.yml
vendored
3
.github/workflows/unittesting.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user