From 41b8baec2a82986774d525a52877acc50562b394 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Sat, 30 Apr 2022 19:41:14 +0200 Subject: [PATCH] Try to fix CI Bug: https://github.com/scsitape/stenc/issues/52 --- .github/workflows/c-cpp.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index eef8bce..ffe49bd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -6,13 +6,17 @@ on: pull_request: branches: [ master ] + jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 + #install pandoc + - name: Install pandoc package + run: | + sudo apt-get -y install pandoc + - uses: actions/checkout@v3 - name: autoconf run: autoreconf -i - name: configure