add ci
All checks were successful
Compile LaTeX document / build (push) Successful in 31s

This commit is contained in:
philipp 2024-02-26 11:40:00 +01:00
parent 9dd084d4ed
commit 7084e500b5

View File

@ -26,7 +26,7 @@ jobs:
- name: Install node - name: Install node
if: ${{ steps.prereq.outputs.need_node == '1' }} if: ${{ steps.prereq.outputs.need_node == '1' }}
run: | run: |
apt install -y curl apt update -y && 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