From 7877a89f1ae93d15d45aef3229797fa3df950fe5 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 23 Nov 2022 18:29:50 +0000 Subject: [PATCH] more gha ci fixes --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b5634c..41a51490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,10 @@ jobs: sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_privoxy.sh sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_php.sh ${{ matrix.php }} sudo --preserve-env=GITHUB_ACTIONS ./tests/ci/setup/setup_composer.sh + # fix perms for recent Apache versions + chmod 755 . + find demo -type d -exec chmod 755 {} \; + find demo -type f -exec chmod 644 {} \; # Avoid downloading composer deps on every workflow. Is this useful/working for us? #- -- 2.47.0