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 Hofer 2025-01-09 09:15:27 +01:00
parent db0962e61b
commit 7374c81375

View File

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