diff --git a/.gitea/workflows/setup_native.yml b/.gitea/workflows/setup_native.yml index d23b8b947..d3f14d89c 100644 --- a/.gitea/workflows/setup_native.yml +++ b/.gitea/workflows/setup_native.yml @@ -28,13 +28,15 @@ jobs: - name: Activate virtual environment and install dependencies run: make install + - name: Install Postgres - uses: ikalnytskyi/action-setup-postgres@v7 - id: postgres + uses: harmon758/postgresql-action@v1 + with: + postgresql version: '16' - name : Test postgres run: psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1" - + - name: Generate Config run: make gen_config