From c9625c38d2367899c2bad9678db38452a9b8d119 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:31:31 +1100 Subject: [PATCH] fix --- .github/workflows/integration_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index eb63480beb..ef66b727d0 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -17,6 +17,9 @@ jobs: os: [ubuntu-latest] steps: + - name: Install System Packages + run: apt-get install -y build-essential libpq-dev + - name: Checkout Project uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node_version }}