Skip to content

Commit

Permalink
changed proj version
Browse files Browse the repository at this point in the history
Signed-off-by: Anikait Agrawal <[email protected]>
  • Loading branch information
Anikait Agrawal committed Oct 24, 2023
1 parent 4a49b46 commit 9099dd6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/composite-actions/build-postgis-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ runs:
sudo apt-get install wget
wget http://postgis.net/stuff/postgis-3.4.0.tar.gz
tar -xvzf postgis-3.4.0.tar.gz
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz
tar -xvzf proj-9.1.0.tar.gz
cd proj-9.1.0
wget https://download.osgeo.org/proj/proj-6.1.0.tar.gz
tar -xvzf proj-6.1.0.tar.gz
cd proj-6.1.0
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/composite-actions/setup-base-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ runs:
sudo apt-get install wget
wget http://postgis.net/stuff/postgis-3.4.0.tar.gz
tar -xvzf postgis-3.4.0.tar.gz
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz
tar -xvzf proj-9.1.0.tar.gz
cd proj-9.1.0
wget https://download.osgeo.org/proj/proj-6.1.0.tar.gz
tar -xvzf proj-6.1.0.tar.gz
cd proj-6.1.0
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/major-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
sudo apt-get install wget
wget http://postgis.net/stuff/postgis-3.4.0.tar.gz
tar -xvzf postgis-3.4.0.tar.gz
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz
tar -xvzf proj-9.1.0.tar.gz
cd proj-9.1.0
wget https://download.osgeo.org/proj/proj-6.1.0.tar.gz
tar -xvzf proj-6.1.0.tar.gz
cd proj-6.1.0
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/minor-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
sudo apt-get install wget
wget http://postgis.net/stuff/postgis-3.4.0.tar.gz
tar -xvzf postgis-3.4.0.tar.gz
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz
tar -xvzf proj-9.1.0.tar.gz
cd proj-9.1.0
wget https://download.osgeo.org/proj/proj-6.1.0.tar.gz
tar -xvzf proj-6.1.0.tar.gz
cd proj-6.1.0
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tap-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
sudo apt-get install wget
wget http://postgis.net/stuff/postgis-3.4.0.tar.gz
tar -xvzf postgis-3.4.0.tar.gz
wget https://download.osgeo.org/proj/proj-9.1.0.tar.gz
tar -xvzf proj-9.1.0.tar.gz
cd proj-9.1.0
wget https://download.osgeo.org/proj/proj-6.1.0.tar.gz
tar -xvzf proj-6.1.0.tar.gz
cd proj-6.1.0
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down

0 comments on commit 9099dd6

Please sign in to comment.