Skip to content

Commit

Permalink
.github/workflows: fix MODULE_TOPDIR ENV var path value (#806)
Browse files Browse the repository at this point in the history
Python code doesn't interpret wildcard * inside path.

Co-authored-by: Stefan Blumentrath <stefan.blumentrath@gmx.de>
  • Loading branch information
tmszi and ninsbl committed Oct 4, 2022
1 parent 4962657 commit 3b882d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build addons
run: |
cd grass-addons/src
GRASS_INSTALL=$HOME/install/grass*
GRASS_INSTALL=$($HOME/install/bin/grass --config | sed -n '4{p;q}')
make MODULE_TOPDIR=$GRASS_INSTALL
- name: Get extra Python dependencies
Expand Down

0 comments on commit 3b882d8

Please sign in to comment.