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