Skip to content

Commit

Permalink
CI: Multiline sorted OSGeo4W package list
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 8, 2024
1 parent e71ea2c commit 9e73eae
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,30 @@ jobs:
uses: echoix/setup-OSGeo4W@17deecd39e077a80bf1081443998ea8edd6f15bf # v0.1.0
with:
package-dir: "D:/OSGeo4W_pkg"
packages: >-
proj-devel,gdal-devel,geos-devel,libtiff-devel,libpng-devel,\
pdal-devel,netcdf-devel,cairo-devel,fftw,freetype-devel,gdal-ecw,\
gdal-mrsid,liblas-devel,libxdr,libpq-devel,pdcurses,\
python3-matplotlib,python3-numpy,python3-ply,python3-pywin32,\
python3-wxpython,regex-devel,zstd-devel
packages: |
cairo-devel
fftw
freetype-devel
gdal-devel
gdal-ecw
gdal-mrsid
geos-devel
liblas-devel
libpng-devel
libpq-devel
libtiff-devel
libxdr
netcdf-devel
pdal-devel
pdcurses
python3-matplotlib
python3-numpy
python3-ply
python3-pywin32
python3-wxpython
regex-devel
zstd-devel
proj-devel
- name: Set number of cores for compilation
run: |
Expand Down

0 comments on commit 9e73eae

Please sign in to comment.