update gh tests

This commit is contained in:
Brad Dutton
2021-10-24 23:39:33 -07:00
parent 58c863ca0c
commit b0baae054c
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Install OS packages
run: sudo apt-get install imagemagick graphicsmagick dcraw ffmpeg git
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install imagemagick graphicsmagick dcraw ffmpeg git
- name: Setup PHP
uses: shivammathur/setup-php@v2