[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-105-ga9c4134d4
git at osgeo.org
git at osgeo.org
Thu Jun 30 13:06:26 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via a9c4134d41f86212fdb1da5efce177baaee0e78a (commit)
from a533bf49ea7dd299bd60177d89c3761e18b526df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a9c4134d41f86212fdb1da5efce177baaee0e78a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jun 30 12:57:50 2022 -0700
Disable msys, until someone fixes it up
diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 23555e7df..273318f9f 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
mingw:
+ if: 'false' == 'true'
name: mingw
runs-on: windows-latest
strategy:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/msys.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list