Skip to content

Commit

Permalink
Added debug output to install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug authored Jun 28, 2024
1 parent 7c13ec8 commit 3e0fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
SCHULE_NAME="${PKG_PREFIX}"
SCHULE_VERSION="${VERSION}"
TYPST_LOCAL="${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local"
echo "installing schule-typst to $TYPST_LOCAL"
echo "installing schule-typst to $TYPST_LOCAL/$SCHULE_NAME/$SCHULE_VERSION"
mkdir -p "$TYPST_LOCAL/$SCHULE_NAME"
mv schule-typst "$TYPST_LOCAL/$SCHULE_NAME/$SCHULE_VERSION"
Expand Down

0 comments on commit 3e0fb38

Please sign in to comment.