Skip to content

Commit

Permalink
Could it be that bash is not installed?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Jan 17, 2025
1 parent 0ee2fc8 commit 05ee8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +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 install apache2 snmp rrdtool fping
run: sudo apt-get -y install apache2 snmp rrdtool fping bash

- name: Open permissions for testing purposes
run: sudo chmod -R 777 ${{ github.workspace}}
Expand Down

0 comments on commit 05ee8b0

Please sign in to comment.