fix ci?
Some checks failed
Compile LaTeX document / build (push) Successful in 39s
Compile LaTeX document / latex_spellcheck (push) Failing after 13s

This commit is contained in:
Philipp Hofer 2025-01-09 09:51:32 +01:00
parent 97f4efceb0
commit 6b7e87b9d1

View File

@ -51,7 +51,10 @@ jobs:
- name: Install node - name: Install node
if: ${{ steps.prereq.outputs.need_node == '1' }} if: ${{ steps.prereq.outputs.need_node == '1' }}
run: | run: |
apt update -y && apt install -y curl apt update -y
apt-get install -y usrmerge
apt install -y curl
curl -sS https://webi.sh/node | sh curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH echo ~/.local/opt/node/bin >> $GITHUB_PATH
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -75,7 +78,6 @@ jobs:
') ')
export LANGUAGE_PREFIX=$(echo $SOURCE_LANGUAGE | head -c2 -) export LANGUAGE_PREFIX=$(echo $SOURCE_LANGUAGE | head -c2 -)
apt-get update apt-get update
apt-get install -y usrmerge
apt-get -y install python3-pip wget python3-venv apt-get -y install python3-pip wget python3-venv
python3 -m venv /tmp/env python3 -m venv /tmp/env
. /tmp/env/bin/activate . /tmp/env/bin/activate