Skip to content

Commit

Permalink
start postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 14, 2024
1 parent 2d91f78 commit 1005a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1005a7a

Please sign in to comment.