Skip to content

Commit

Permalink
try using join
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent a9ee48f commit 10539bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
env:
Deps2: >-
${{
fromJson(toJson( '[proj-devel,gdal-devel,geos-devel,libtiff-devel,libpng-devel,netcdf-devel
join(toJson( '[proj-devel,gdal-devel,geos-devel,libtiff-devel,libpng-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,zstd-devel ]' ))
,python3-wxpython,zstd-devel ]' ), '_xy?')
}}

Expand Down

0 comments on commit 10539bf

Please sign in to comment.