We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5a394 commit 2981748Copy full SHA for 2981748
.github/actions/setup-caddy/action.yml
@@ -5,6 +5,6 @@ runs:
5
- shell: bash
6
run: |
7
set -x
8
- sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' -o /usr/bin/caddy
+ curl -s -L --max-time 120 --retry-delay 10 --retry 3 'https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz' | sudo tar -xz -C /usr/bin caddy
9
sudo chmod +x /usr/bin/caddy
10
sudo caddy start --config ext/curl/tests/Caddyfile
0 commit comments