add pkgconfig
Some checks failed
Build Project / test (push) Failing after 27s

This commit is contained in:
2023-09-24 21:41:08 +00:00
parent 7ef9ff8f0a
commit cead4a667d

View File

@@ -28,7 +28,7 @@ jobs:
- 5432:5432 - 5432:5432
steps: steps:
- run: apt update && apt install nodejs -y - run: apt update && apt install nodejs pkgconfig -y
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run migrations - name: Run migrations