[geos-commits] [SCM] GEOS branch main updated. 7273a963fe438f218bafdc1b26540c7efebb328f
git at osgeo.org
git at osgeo.org
Sun Feb 25 09:51:46 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 7273a963fe438f218bafdc1b26540c7efebb328f (commit)
from a8d2ed0aba46f88f9b8987526e68eea6565d16ae (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 7273a963fe438f218bafdc1b26540c7efebb328f
Author: Even Rouault <even.rouault at spatialys.com>
Date: Sun Feb 25 18:51:16 2024 +0100
codeql.yml: add 'apt-get update' (#1051)
fixes issues like https://github.com/OSGeo/gdal/actions/runs/8032403542/job/21944690464#step:4:126
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 1ea5cdc18..556a2143e 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -53,6 +53,7 @@ jobs:
- name: Install dependencies
run: |
+ sudo apt-get update
sudo apt-get install -y cmake g++
- name: Build
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/codeql.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list