diff --git a/.gitea/workflows/test_build.yaml b/.gitea/workflows/test_build.yaml index 1ff0858..08f9d29 100644 --- a/.gitea/workflows/test_build.yaml +++ b/.gitea/workflows/test_build.yaml @@ -23,7 +23,8 @@ jobs: - 5432:5432 steps: - - run: apt update && apt install nodejs pkgconfig -y + - name: Install necessary dependencies + run: apt update && apt install nodejs pkg-config -y - name: Checkout Code uses: actions/checkout@v2 - name: Run migrations