From 9f3f867ff6377e636ef13d37f0ddbeb7d3b7169b Mon Sep 17 00:00:00 2001 From: TrisNol Date: Mon, 25 Sep 2023 20:47:17 +0200 Subject: [PATCH] fix(pipeline): Add snapd and install drawio in pipeline --- .github/workflows/documentation.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index b55e5eb..abd7c5b 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -14,7 +14,8 @@ jobs: steps: - name: Install prio to running the process run: | - sudo apt install pandoc -y + sudo apt install pandoc snapd -y + sudo snap install drawio - uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v4