Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jan 8, 2025
1 parent b0b512a commit 314feab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: test curl protobuf inside docker
run: |
docker run --rm ubuntu:22.04 bash -c "apt-get update && apt-get install -y curl && curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip"
docker run --rm --network host ubuntu:22.04 bash -c "apt-get update && apt-get install -y curl && curl --max-time 30 -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip"

0 comments on commit 314feab

Please sign in to comment.