Skip to content

Commit 60f6b9b

Browse files
committed
github wf: add missing 'apt-get update'
1 parent 7bbf8bf commit 60f6b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeigniter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
composer update
8282
composer install --no-progress --prefer-dist --optimize-autoloader
8383
- name: Install system dependencies
84-
run: sudo apt-get -y install libdbd-sqlite3 gammu-smsd
84+
run: sudo apt-get update && sudo apt-get -y install libdbd-sqlite3 gammu-smsd
8585
- name: Start MySQL & PostgreSQL + create DB users
8686
run: ./utils/db_create_user.sh
8787
- name: Check availability of java, otherwise install it

0 commit comments

Comments
 (0)