Skip to content

Commit

Permalink
.github/workflows/benchmarks/build.sh: update with OSGeo/gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 19, 2023
1 parent 32ec2a9 commit 177363b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmarks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 177363b

Please sign in to comment.