mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 07:33:56 +02:00
fix(pipeline): Add snapd and install drawio in pipeline
This commit is contained in:
3
.github/workflows/documentation.yaml
vendored
3
.github/workflows/documentation.yaml
vendored
@ -14,7 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install prio to running the process
|
- name: Install prio to running the process
|
||||||
run: |
|
run: |
|
||||||
sudo apt install pandoc -y
|
sudo apt install pandoc snapd -y
|
||||||
|
sudo snap install drawio
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
Reference in New Issue
Block a user