fix(pipeline): Add snapd and install drawio in pipeline

This commit is contained in:
TrisNol
2023-09-25 20:47:17 +02:00
parent 692c8b15cd
commit 9f3f867ff6

View File

@ -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