From: Daniele Varrazzo Date: Wed, 14 Jul 2021 00:19:48 +0000 (+0200) Subject: Add link to GitHub Actions runner bug hack X-Git-Tag: 3.0.dev1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25c5cd345612df2773c214a00c5f6548c3feba43;p=thirdparty%2Fpsycopg.git Add link to GitHub Actions runner bug hack --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c56db791a..5e597e81c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -179,6 +179,7 @@ jobs: env: # the pg_config returns the wrong path + # https://github.com/actions/runner/issues/1178 # Note: this env var name must be in the tox.ini passenv PG_LIBPATH: 'C:\Program Files\PostgreSQL\13\lib'