From 1005a7a0a3fcbc0187da4e63cfeca60c232e7e0f Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Sun, 14 Apr 2024 08:46:47 -0400 Subject: [PATCH] start postgresql --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30e947b8..d6808ff3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,7 +176,7 @@ jobs: C:\OTHERBIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server - name: start postgresql shell: powershell - run: C:\Program Files\PostgreSQL\16\bin\pg_ctl.exe" runservice -N "postgresql-x64-16" -D "C:\Program Files\PostgreSQL\16\data" -w + run: C:\Program Files\PostgreSQL\16\bin\pg_ctl.exe runservice -N "postgresql-x64-16" -D "C:\Program Files\PostgreSQL\16\data" -w - name: get psqlodbc uses: actions/checkout@v4 - name: 'setup msvc for psqlodbc'