mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
workflows/retrospring: also install native deps on lint job
This commit is contained in:
parent
1a9d88f9bd
commit
a59208060b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -83,6 +83,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt-get install -y libpq-dev libxml2-dev libxslt1-dev libmagickwand-dev imagemagick libidn11-dev
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue