try to fix ci
Some checks failed
Compile LaTeX document / build (push) Successful in 47s
Compile LaTeX document / latex_spellcheck (push) Failing after 15s

This commit is contained in:
philipp 2024-09-26 10:46:57 +02:00
parent b5cb8f74e9
commit ce5c781f97

View File

@ -19,7 +19,7 @@ jobs:
- name: Install node
if: ${{ steps.prereq.outputs.need_node == '1' }}
run: |
apt update -y && apt install -y curl git
apt update -y && apt install -y curl git usrmerge
curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH
- uses: actions/checkout@v3