From 177363b981fbfa050cc2cfd10bb710f21cd4c48c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 19 Oct 2023 16:47:57 +0200 Subject: [PATCH] .github/workflows/benchmarks/build.sh: update with OSGeo/gdal --- .github/workflows/benchmarks/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks/build.sh b/.github/workflows/benchmarks/build.sh index a5c82e244e58..782c213fa144 100755 --- a/.github/workflows/benchmarks/build.sh +++ b/.github/workflows/benchmarks/build.sh @@ -25,10 +25,9 @@ make -j$(nproc) mkdir old_version cd old_version -# To be updated with a true reference branch and commit -git clone https://github.com/rouault/gdal +git clone https://github.com/OSGeo/gdal cd gdal -git checkout b880cad693cd6cec0b0c90422cc6430121787ce4 +git checkout 32ec2a989c083fbfd9498169052829640b7df7c6 mkdir build cd build