Skip to content

Commit 93516ef

Browse files
committed
fix perms
1 parent 11401c3 commit 93516ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/setup-caddy/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ runs:
55
- shell: bash
66
run: |
77
sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' > /usr/bin/caddy
8+
sudo chmod +x /usr/bin/caddy
89
sudo caddy start --config ext/curl/tests/Caddyfile

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
-d zend_extension=opcache.so
7373
-d opcache.enable_cli=1
7474
-d opcache.jit_buffer_size=16M
75-
env:
76-
RUN_CADDY_TESTS: "1"
7775
- name: Verify generated files are up to date
7876
uses: ./.github/actions/verify-generated-files
7977
LINUX_X32:

0 commit comments

Comments
 (0)