Skip to content

Commit da4fbcd

Browse files
committed
use correct binary path
1 parent b0d20be commit da4fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
sudo apt update && sudo apt install -y pkg-config libcairo-dev libpango1.0-dev ffmpeg wget
2323
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
24-
echo ${HOME}/bin >> $GITHUB_PATH
24+
echo ${HOME}/.TinyTeX/bin/x86_64-linux >> $GITHUB_PATH
2525
2626
- name: Install LaTeX and Python dependencies
2727
run: |

0 commit comments

Comments
 (0)