From 3b372f9c1149b3e1c0730519280eae345bc25bc1 Mon Sep 17 00:00:00 2001 From: Karl Levik Date: Thu, 11 May 2023 21:54:23 +0000 Subject: [PATCH] Attempt to install pandoc in Github workflow (#192) --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2655b2a..649122a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - uses: actions/checkout@v3 + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: pandoc + version: 1.0 - uses: shogo82148/actions-setup-mysql@v1 with: distribution: 'mariadb'