Browse Source

Remove unneeded OS dependency step from CI pipeline

pull/308/head
SteelWagstaff 4 years ago
parent
commit
413cdd7e1b
  1. 3
      .github/workflows/.pipeline.yml

3
.github/workflows/.pipeline.yml

@ -41,9 +41,6 @@ jobs:
with: with:
node-version: '14' node-version: '14'
- name: Install OS dependencies
run: sudo apt-get install libxml2-utils ghostscript poppler-utils
- name: Start required services - name: Start required services
run: sudo systemctl start mysql.service run: sudo systemctl start mysql.service

Loading…
Cancel
Save