Skip to content

Commit

Permalink
Don't use shortform and use $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Feb 8, 2024
1 parent f7aae81 commit 54eb1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
./tools/install-unx.sh
# tlmgr path add will add in this folder which is not on PATH by default
# (can be checked with tlmgr options sys_bin)
echo "~/bin" >> $GITHUB_PATH
echo "$HOME/bin" >> $GITHUB_PATH
ls -lisa "$HOME/bin"
- name: Build TinyTeX-1.zip with new package installed
run: |
Expand Down

0 comments on commit 54eb1fd

Please sign in to comment.