From 8b607ff79a745619038bb4b83819ccc06cadc6f2 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 21 Sep 2023 20:14:41 +0000 Subject: [PATCH] gha: Add pandoc as a dependency for static checks To avoid the failure of not finding pandoc command this PR adds that package as a dependency for static checks. Fixes #8041 Signed-off-by: Gabriela Cervantes (cherry picked from commit 13ca7d9f97149b89f94e6a73c09fd94ec0a856af) --- .github/workflows/static-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 386d3e41e9..c55adf4c7f 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -187,7 +187,7 @@ jobs: echo "/usr/local/go/bin" >> $GITHUB_PATH - name: Install system dependencies run: | - sudo apt-get -y install moreutils hunspell + sudo apt-get -y install moreutils hunspell pandoc - name: Run check run: | export PATH=${PATH}:${GOPATH}/bin