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 9bc48a1 commit 26e3407Copy full SHA for 26e3407
.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
@@ -75,8 +75,6 @@ jobs:
75
-d zend_extension=opcache.so
76
-d opcache.enable_cli=1
77
-d opcache.jit_buffer_size=16M
78
- env:
79
- RUN_CADDY_TESTS: "1"
80
- name: Verify generated files are up to date
81
uses: ./.github/actions/verify-generated-files
82
LINUX_X32:
0 commit comments