[geos-commits] [SCM] GEOS branch 3.12 updated. 64124d45c18563de4a2fd6f930b3f2ca248797a0
git at osgeo.org
git at osgeo.org
Tue Jan 9 01:57:32 PST 2024
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 "GEOS".
The branch, 3.12 has been updated
via 64124d45c18563de4a2fd6f930b3f2ca248797a0 (commit)
from 7ee364844f0b74990fc1ec3f1317bd48ec0ff3b1 (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 64124d45c18563de4a2fd6f930b3f2ca248797a0
Author: Mike Taves <mwtoews at gmail.com>
Date: Tue Jan 9 22:25:29 2024 +1300
CI: tune ubuntu/clang workaround
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 41aa9050e..485db6b5f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
sudo apt-get update
- sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
+ sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*
- name: 'Install'
run: |
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list