more gha ci fixes
authorgggeek <giunta.gaetano@gmail.com>
Wed, 23 Nov 2022 18:29:50 +0000 (18:29 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 23 Nov 2022 18:29:50 +0000 (18:29 +0000)
.github/workflows/ci.yml

index 64b5634..41a5149 100644 (file)
@@ -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?
             #-