Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Oct 23, 2022
1 parent 2205dca commit 19b6123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-bundle.yml
Expand Up @@ -87,6 +87,12 @@ jobs:
cd ~/lmtx
./install.sh
- name: Set environment variables
run: |
echo "lmtx_context=$HOME/lmtx/tex/texmf-linux-64/bin/context" >> $GITHUB_ENV
echo "tl_context=$HOME/texlive/bin/x86_64-linux/context" >> $GITHUB_ENV
echo "TEXMFHOME=$GITHUB_WORKSPACE/texmf" >> $GITHUB_ENV
- name: Install LuaMetaLaTeX
run: |
cd ~
Expand All @@ -100,12 +106,6 @@ jobs:
unzip installer-linux64.zip
./installer
- name: Set environment variables
run: |
echo "lmtx_context=$HOME/lmtx/tex/texmf-linux-64/bin/context" >> $GITHUB_ENV
echo "tl_context=$HOME/texlive/bin/x86_64-linux/context" >> $GITHUB_ENV
echo "TEXMFHOME=$GITHUB_WORKSPACE/texmf" >> $GITHUB_ENV
- name: Build Documentation
run: |
cd "$GITHUB_WORKSPACE"
Expand Down
2 changes: 1 addition & 1 deletion tests/common/luametatex-wrapper 100644 → 100755
@@ -1,5 +1,5 @@
#!/bin/sh
set -euo pipefail
set -eu

luametatex="$(kpsewhich -var-value SELFAUTOLOC)/luametatex"
format=$(echo "$@" | sed -E 's/^.*--fmt=([^ ]*) .*$/\1/')
Expand Down

0 comments on commit 19b6123

Please sign in to comment.