From 02b65e116e059280cb44d59ffe404de712891adc Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Sun, 14 Apr 2024 15:00:06 -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 d6808ff3..6e271a56 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'