mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-16 04:02:56 -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: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
sudo apt-get install docker-compose -y
|
apt-get install docker-compose -y
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user