From 530900a6be48bf4220732b54133d861171c187cd Mon Sep 17 00:00:00 2001 From: hoangvv Date: Wed, 15 Jan 2025 09:46:21 +0700 Subject: [PATCH] update @native --- .gitea/workflows/setup_native.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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