From 941a62472f7c4425bc8f2d64d51930c9159dbbb0 Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Mon, 8 Apr 2024 18:36:34 -0400 Subject: [PATCH] Use C drive --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fd091d9..6039582e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: with: retry-times: 1 url: https://sbp.enterprisedb.com/getfile.jsp?fileid=1258893 - name: d:\OTHER_BIN\postgresql_install.exe + name: c:\OTHER_BIN\postgresql_install.exe - name: Extract Diffuntils and add Diffuntils bin directory to the PATH for Test on PostgreSQL for Windows shell: cmd @@ -172,7 +172,8 @@ jobs: - name: install postgresql binary shell: powershell run: | - d:\OTHER_BIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server + ls c:\OTHER_BIN + C:\OTHER_BIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server - name: get psqlodbc uses: actions/checkout@v4 - name: 'setup msvc for psqlodbc'