Skip to content

Commit

Permalink
Try to be specific on which module
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Jan 17, 2025
1 parent 683b566 commit c062291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ jobs:
run: if find ${{ github.workspace }} -name '*.php' -exec php -l {} 2>&1 \; | grep -iv 'no syntax errors detected'; then exit 1; fi

- name: Install Apache and tools
run: sudo apt-get -y install apache2 snmp rrdtool fping bash libapache2-mod-php

run: sudo apt-get -y install apache2 snmp rrdtool fping bash libapache2-mod-php${{ matrix.php }}
- name: Open permissions for testing purposes
run: sudo chmod -R 777 ${{ github.workspace}}

Expand Down

0 comments on commit c062291

Please sign in to comment.