From 956e7b397c0009937e85edde8b8f5002dd8aff0f Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Fri, 16 Aug 2024 11:46:22 +0200 Subject: [PATCH] Add .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de1d040..26088ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - run: npm install mdpdf -g + - run: npm install -g git+https://github.com/elliotblackburn/mdpdf.git#3.0.4 - name: Cache uses: actions/cache@v4 with: