From 5743ec0bd01897e057bf025d89e332d3efc0b329 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 08:14:13 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18a5a3c..e48c103 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,8 @@ jobs: container: { image: 'aergus/latex' } steps: + - name: Install nodejs + run: apt-get update && apt-get install -y nodejs - uses: actions/checkout@v4 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en