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

This commit is contained in:
philipp 2024-09-26 10:53:51 +02:00
parent 000f0b69d2
commit 7a398b1b3f

View File

@ -51,7 +51,7 @@ jobs:
- name: "Usr merge" - name: "Usr merge"
id: prereq id: prereq
run: | run: |
apt install -y usrmerge apt update -y && apt install -y usrmerge
- name: Install node - name: Install node
if: ${{ steps.prereq.outputs.need_node == '1' }} if: ${{ steps.prereq.outputs.need_node == '1' }}
run: | run: |