Skip to content

Commit

Permalink
#14 install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 20, 2023
1 parent 9663f5f commit e5438a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cd ${INPUT_PATH-.}
tlmgr --verify-repo=none update --self

if [ "${INPUT_PACKAGES}" ]; then
tlmgr --verify-repo=none install ${INPUT_PACKAGES}
tlmgr --verify-repo=none update ${INPUT_PACKAGES}
fi

Expand Down

0 comments on commit e5438a9

Please sign in to comment.