Skip to content

Commit

Permalink
install in short dir
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 15, 2024
1 parent ad208f2 commit b00fd10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,11 @@ jobs:
- name: install postgresql binary
shell: powershell
run: |
C:\OTHERBIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server
C:\OTHERBIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --prefix D:\OTHERBIN\postgresql --datadir D:\OTHERBIN\postgresql\data --enable-components server
- name: start postgresql
shell: powershell
run: |
$env:Path += "C:\Program\ Files\PostgreSQL\16\bin\"
pg_ctl.exe -D "C:\Program Files\PostgreSQL\16\data" -w
D:\OTHERBIN\postgresl\bin\pg_ctl.exe -D "D:\OTHERBIN\postgreql\data" -w
- name: get psqlodbc
uses: actions/checkout@v4
- name: 'setup msvc for psqlodbc'
Expand Down

0 comments on commit b00fd10

Please sign in to comment.