Skip to content

Commit

Permalink
use installed pg take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 16, 2024
1 parent 8b7ab43 commit e51594c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/cache@v4
id: cachePostgresInstaller
with:
path: C:\OTHERBIN\postgres_install.exe
path: C:\OTHERBIN\postgresql_install.exe
key: postgresql_installer
- name: Cache pkgconfiglite for Compile using msvc and meson
uses: actions/cache@v4
Expand Down Expand Up @@ -170,12 +170,16 @@ jobs:
cd build
ninja
ninja install
- name: install postgresql binary
shell: cmd
run: |
echo on
C:\OTHERBIN\postgresql_install.exe --mode unattended --unattendedmodeui none --superpassword postgres --enable-components server
- name: start postgresql
shell: cmd
run: |
echo on
sc config "postgresql-x64-14" start= auto
net start postgresql-x64-14
- name: get psqlodbc
uses: actions/checkout@v4
- name: 'setup msvc for psqlodbc'
Expand Down

0 comments on commit e51594c

Please sign in to comment.