fix ci
All checks were successful
Compile LaTeX document / build (push) Successful in 35s
Compile LaTeX document / latex_spellcheck (push) Successful in 3m1s

This commit is contained in:
philipp 2024-04-29 10:14:23 +02:00
parent f6c3a797f2
commit 395b663816

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
apt update -y && apt install -y curl git
curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH
- uses: actions/checkout@v3