Skip to content

Commit

Permalink
Add libffi-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Feb 6, 2020
1 parent ab0244f commit 842b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v1

- name: Setup environment
run: apk --update add gcc libpq make musl-dev postgresql postgresql-dev linux-headers tzdata
run: apk --update add gcc libffi-dev libpq make musl-dev postgresql postgresql-dev linux-headers tzdata

- name: Setup test/fixture data
run: ci/test-setup.sh
Expand Down

0 comments on commit 842b914

Please sign in to comment.