Skip to content

Commit

Permalink
fix name of installer
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 8, 2024
1 parent 7341461 commit d051c4c
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 @@ -172,7 +172,7 @@ jobs:
- name: install postgresql binary
shell: powershell
run: |
d:\OTHER_BIN\postgres_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server
d:\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 d051c4c

Please sign in to comment.