Skip to content

Commit

Permalink
Try uninstalling driver
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed Apr 25, 2024
1 parent 63dd3cf commit bc6c79e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,17 @@ jobs:
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x86
# - name: build psqlodbc
# shell: powershell
# run: |
# copy .github\workflows\configuration.xml winbuild
# winbuild\BuildAll.ps1
# installer\buildInstallers.ps1
# - name: test psqlodbc
# shell: powershell
# run: |
# winbuild\regress.ps1 -DsnInfo "SERVER=localhost|DATABASE=contrib_regression|PORT=5432|UID=postgres|PWD=password"
- name: build psqlodbc
shell: powershell
run: |
copy .github\workflows\configuration.xml winbuild
winbuild\BuildAll.ps1
installer\buildInstallers.ps1
- name: test psqlodbc
shell: powershell
run: |
winbuild\regress.ps1 -DsnInfo "SERVER=localhost|DATABASE=contrib_regression|PORT=5432|UID=postgres|PWD=password"
${{ env.PSQLODBC_OBJBASE }}\test_x86\RegisterRegdsn.exe uninstall_driver postgres_devw
- name: build psqlodbc with mimalloc
shell: powershell
run: |
Expand Down

0 comments on commit bc6c79e

Please sign in to comment.