]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
move dotenv parsing to installed PHP scripts
[nominatim.git] / .github / workflows / ci-tests.yml
index d462a8bb6bd087433af14a8a98b198500941945d..8dd19aa4621c057cd11c726531dd4ab007f3607e 100644 (file)
@@ -47,7 +47,7 @@ jobs:
 
             - name: Install test prerequsites
               run: |
-                   sudo apt-get install -y -qq php-codesniffer python3-tidylib
+                   sudo apt-get install -y -qq php-codesniffer python3-tidylib php-symfony-dotenv
                    sudo pip3 install behave
 
             - name: PHP linting