Message-ID: From: "fdcastel (@fdcastel)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 12 Feb 2026 05:04:12 +0000 Subject: [postgresql-interfaces/psqlodbc] issue #154: Workflow error: Install Win32OpenSSL fails List-Id: X-GitHub-Author-Id: 629408 X-GitHub-Author-Login: fdcastel X-GitHub-Issue: 154 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: closed X-GitHub-Type: issue X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/154 Content-Type: text/plain; charset=utf-8 I'm working on a PR for #153, but I’m having trouble reproducing the build process. I only changed [`main.yml`](https://github.com/postgresql-interfaces/psqlodbc/blob/main/.github/workflows/main.yml) to run on pushes from any branch: ```yaml on: push: branches: [ "*" ] pull_request: branches: [ "*" ] ``` But it is failing with Image Also, do we really need to build PostgreSQL from source just to test the ODBC driver? Couldn’t we use the latest stable installer or prebuilt artifacts instead?