[geos-commits] [SCM] GEOS branch main updated. 6f70b63a0d976ce31dd2952094bc1a39209f8a20
git at osgeo.org
git at osgeo.org
Tue Jan 9 01:51:08 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, main has been updated
via 6f70b63a0d976ce31dd2952094bc1a39209f8a20 (commit)
from ce538ff668c9b8282c8cfb9c1938a43fa627173a (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 6f70b63a0d976ce31dd2952094bc1a39209f8a20
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 6ce4890d7..0f142e9bc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -203,7 +203,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