Skip to content

Commit

Permalink
Use C drive
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 8, 2024
1 parent d051c4c commit 941a624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 941a624

Please sign in to comment.