Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 19, 2024
1 parent 24a31ac commit 116a409
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 @@ -73,6 +73,7 @@ jobs:
LTRBRANCH=release-${LTRTAG#ltr-}
fi
echo GITHUB_BASE_REF:$GITHUB_BASE_REF
case $GITHUB_BASE_REF in
$LTRBRANCH|queued_ltr_backports)
p=qgis-ltr-dev
Expand All @@ -90,7 +91,7 @@ jobs:
;;
esac
echo PKGS=$p >>$GITHUB_ENV
echo PKG=$p >>$GITHUB_ENV
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 116a409

Please sign in to comment.