remove test net
Some checks failed
Automated Main Deploy Action / build-and-deploy-docs (push) Failing after 25s
Build and Push Docker Image / build-and-push (push) Failing after 1m8s

This commit is contained in:
2025-10-17 13:54:29 -04:00
parent cc1ebc8c2c
commit 8013f3d304

View File

@@ -20,11 +20,6 @@ jobs:
packages: write
steps:
- name: Install network utilities
run: |
apt-get update
apt-get install -y iputils-ping net-tools iproute2
- name: Checkout repository
uses: actions/checkout@v4
with: