diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2881ec8..a9466fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Install nodejs - run: apt update && curl -fsSL https://deb.nodesource.com/setup_20.x && apt install -y nodejs + run: apt update && apt install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt install -y nodejs - name: Get PDFs uses: https://gitea.com/actions/download-artifact@v3 - name: Run VeraPDF