Skip to content

Commit

Permalink
join with -P
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent 9674330 commit 1f10085
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 @@ -134,7 +134,7 @@ jobs:
.split(",").join(" ").split(" ")
.filter((x) => x != "")
// .join(",");
.join("-P ");
.join(" -P ");
env:
Deps1: >-
proj-devel,gdal-devel, geos-devel libtiff-devel ,libpng-devel,netcdf-devel
Expand All @@ -143,7 +143,7 @@ jobs:
,python3-matplotlib,python3-numpy,python3-ply,python3-pywin32
,python3-wxpython,zstd-devel
- run: echo ${{ steps.osgeo4w-pkgs.outputs.result}}
- run: echo "${{ steps.osgeo4w-pkgs.outputs.result}}"
env:
Deps3: ${{ steps.osgeo4w-pkgs.outputs.result}}
- run: echo ${{ toJson( steps.osgeo4w-pkgs.outputs.result) }}
Expand Down

0 comments on commit 1f10085

Please sign in to comment.