Skip to content

Commit

Permalink
CI(OSGeo4W): Sort OSGeo4W packages in a multiline list
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 21, 2024
1 parent 3d1af45 commit 5c4bd6a
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,25 @@ jobs:
with:
package-dir: "D:/OSGeo4W_pkg"
packages: |
gdal-devel,proj-devel,geos-devel,netcdf-devel,libjpeg-turbo-devel,\
libpq-devel,libpng-devel,libtiff-devel,sqlite3-devel,zstd-devel,python3-ply,\
python3-core,python3-six,python3-pywin32,python3-wxpython,liblas-devel,\
cairo-devel,freetype-devel,python3-numpy
cairo-devel
freetype-devel
gdal-devel
geos-devel
libjpeg-turbo-devel
liblas-devel
libpng-devel
libpq-devel
libtiff-devel
netcdf-devel
proj-devel
python3-core
python3-numpy
python3-ply
python3-pywin32
python3-six
python3-wxpython
sqlite3-devel
zstd-devel
- name: Set number of cores for compilation
run: |
Expand Down

0 comments on commit 5c4bd6a

Please sign in to comment.