From 7341461e8ab04f7153c7a1a8db4a4ad7f8916983 Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Mon, 8 Apr 2024 16:39:19 -0400 Subject: [PATCH] fix name of installer --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcc6a628..18877c77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,12 +145,6 @@ jobs: dir "C:\OTHERBIN\winflexbison" rem - man7.org/linux/man-pages/man1/printf.1.html printf "C:\\OTHERBIN\\winflexbison" >> %GITHUB_PATH% - - name: Setup MSYS2 - uses: msys2/setup-msys2@v2.22.0 - with: - update: true - install: >- - libxml2 - name: 'setup msvc x86' if: ${{steps.cachePostgres86.outputs.cache-hit != 'true'}} uses: TheMrMilchmann/setup-msvc-dev@v3 @@ -178,7 +172,7 @@ jobs: - name: install postgresql binary shell: powershell run: | - d:\OTHER_BIN\postgresinstall.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server + d:\OTHER_BIN\postgres_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --enable-components server - name: get psqlodbc uses: actions/checkout@v4 - name: 'setup msvc for psqlodbc'