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 11401c3 commit 43a4d5eCopy full SHA for 43a4d5e
.github/actions/setup-caddy/action.yml
@@ -4,5 +4,7 @@ runs:
4
steps:
5
- shell: bash
6
run: |
7
- sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' > /usr/bin/caddy
+ set -x
8
+ sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' -o /usr/bin/caddy
9
+ sudo chmod +x /usr/bin/caddy
10
sudo caddy start --config ext/curl/tests/Caddyfile
.github/workflows/push.yml
@@ -72,8 +72,6 @@ jobs:
72
-d zend_extension=opcache.so
73
-d opcache.enable_cli=1
74
-d opcache.jit_buffer_size=16M
75
- env:
76
- RUN_CADDY_TESTS: "1"
77
- name: Verify generated files are up to date
78
uses: ./.github/actions/verify-generated-files
79
LINUX_X32:
0 commit comments