CI: Remove duplicate DOCKER_HOST

pull/73/head
Kyle Schwarz 2025-02-19 00:16:36 -05:00
parent d4995fa2a9
commit 7c1cfde6a0
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ build python/linux/amd64:
DOCKER_HOST: unix:///var/run/docker.sock
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: unix:///var/run/docker.sock
CIBW_ENVIRONMENT: CMAKE_PREFIX_PATH=/project/libpcap/install:/project/libusb/install
script:
- curl -sSL https://get.docker.com/ | sh