Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Feb 25, 2023
1 parent 11401c3 commit 93516ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-caddy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ runs:
- shell: bash
run: |
sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' > /usr/bin/caddy
sudo chmod +x /usr/bin/caddy
sudo caddy start --config ext/curl/tests/Caddyfile
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
-d zend_extension=opcache.so
-d opcache.enable_cli=1
-d opcache.jit_buffer_size=16M
env:
RUN_CADDY_TESTS: "1"
- name: Verify generated files are up to date
uses: ./.github/actions/verify-generated-files
LINUX_X32:
Expand Down

0 comments on commit 93516ef

Please sign in to comment.