Skip to content

Commit

Permalink
Install glpi deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 30, 2023
1 parent 0f7e3c7 commit c6f6b40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
path: glpi
fetch-depth: 1
ref: 10.0/bugfixes
- name: Install xmllint
run: sudo apt-get install -y gettext
- name: "Build dependencies / translations"
run: cd glpi && php bin/console dependencies install && php bin/console locales:compile
- name: Copy plugin
run: rsync -avr --exclude='glpi' ./* glpi/plugins/fields/
- name: PHPStan checks
Expand Down

0 comments on commit c6f6b40

Please sign in to comment.