Skip to content

Commit

Permalink
comment out bad template
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent c8ec9b8 commit 5e34d39
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
val1: ${{ join(github.event.pull_request.labels.*.name,',') }}
val2: ${{ join(github.event.pull_request.labels.*.name) }}
val3: ${{ join(github.event.pull_request.labels.*.name, '_') }}
val4: ${{ github.event.pull_request.labels }}
# val4: ${{ github.event.pull_request.labels }}
val5: ${{ toJson(github.event.pull_request.labels) }}

# - run: echo "${{ fromJson( format('{"pkgs":[{0}]}', env.Deps2).pkgs ) }}"
Expand Down Expand Up @@ -243,13 +243,15 @@ jobs:
BASE_URL: https://download.osgeo.org/osgeo4w/v2
FILE_NAME: osgeo4w-setup.exe
Deps: >-
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
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
# removed: regex-devel,pdal-devel,
# Deps: >-
# 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
# Deps: >-
# 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
# Deps: >-
Expand Down

0 comments on commit 5e34d39

Please sign in to comment.