Skip to content

Commit

Permalink
Remove join
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent f318fee commit 68b8633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
Deps3: ${{ steps.osgeo4w-pkgs.outputs.result}}
Deps4: ${{ join( steps.osgeo4w-pkgs.outputs.result.pkg, '_') }}
Deps5: ${{ steps.osgeo4w-pkgs.outputs.result.pkg }}
Deps6: ${{ join(fromJson(steps.osgeo4w-pkgs.outputs.result.pkg)) }}
# Deps6: ${{ join(fromJson(steps.osgeo4w-pkgs.outputs.result.pkg)) }}
Deps7: ${{ fromJson(steps.osgeo4w-pkgs.outputs.result.pkg) }}

# - run: echo "${{ fromJson( format('{"pkgs":[{0}]}', env.Deps2).pkgs ) }}"
# env:
Expand Down

0 comments on commit 68b8633

Please sign in to comment.